1. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 11 years ago
  2. d025085 Get rid for switch statement warning for unhandled cases. by Greg Clayton · 11 years ago
  3. 6b07628 Fixed register dumping for contained-regs. by Greg Clayton · 11 years ago
  4. be51f8a Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) by Jim Ingham · 11 years ago
  5. 46be7f2 Change the default behavior for unwinding and breakpoints when running expressions. by Jim Ingham · 11 years ago
  6. d9da5b0 Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code. by Enrico Granata · 11 years ago
  7. 549294a Added the ability to search segments for data. Currently __TEXT, __LINKEDIT and __PAGEZERO are excluded. by Greg Clayton · 11 years ago
  8. 849acc8 expressions + C++11 lambdas == cooooool!!! by Greg Clayton · 11 years ago
  9. 5ebd91b Verified that the plugin.dynamic-loader.darwin-kernel.scan-type by Jason Molenda · 11 years ago
  10. a3f6534 <rdar://problem/12552374> & <rdar://problem/13100674> by Enrico Granata · 11 years ago
  11. 53d268c llvm/Basic/ConvertUTF.h now exposes all functions without macro tricks by Dmitri Gribenko · 11 years ago
  12. 2a64f9a UTF conversion routines were moved from clang/Basic to llvm/Support by Dmitri Gribenko · 11 years ago
  13. 94c0f4c Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type setting by Jason Molenda · 11 years ago
  14. 9338dd5 <rdar://problem/12491235> by Jason Molenda · 11 years ago
  15. 77332ba Fix build problems with libstdc++ 4.6/4.7 by Daniel Malea · 11 years ago
  16. 59d9f11 Use printf instead of echo -n (the latter won't work on OS X's /bin/sh) by Filipe Cabecinhas · 11 years ago
  17. edf0f06 Remove debug code and commented out code that was left in. by Greg Clayton · 11 years ago
  18. 30c187c Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). by Filipe Cabecinhas · 11 years ago
  19. f892c42 <rdar://problem/9141269> by Greg Clayton · 11 years ago
  20. 3844c48 Actually build DataFormatters dir. Fix for the r173732 fix. by Filipe Cabecinhas · 11 years ago
  21. 0ae26c0 <rdar://problem/13107904> by Greg Clayton · 11 years ago
  22. 16481ab Since an address (0x12346) is an expression, be brief. by Enrico Granata · 11 years ago
  23. 4968ad8 <rdar://problem/12552374> by Enrico Granata · 11 years ago
  24. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 11 years ago
  25. 1f71bcf <rdar://problem/12524607> by Greg Clayton · 11 years ago
  26. 4922935 Describe the data formatters as part of the architecture by Enrico Granata · 11 years ago
  27. f846c81 Adding a Makefile. Hopefully that will make the Linux buildbot happy by Enrico Granata · 11 years ago
  28. 3c8558f Fixed a "wchar_t" typo. by Greg Clayton · 11 years ago
  29. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  30. a29021d Always define types from stdint.h so they are always available for use in expressions no matter what debug info you have. Types added are: by Greg Clayton · 11 years ago
  31. 35f6df9 Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). by Greg Clayton · 11 years ago
  32. 90b9cc8 One more change of a uint32_t variable to offset_t by Jason Molenda · 11 years ago
  33. 2219738 Add comments showing the symbolic names for the exc_code types we by Jason Molenda · 11 years ago
  34. 090f831 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 11 years ago
  35. 40aa903 Missing newline in a warning message. by Jim Ingham · 11 years ago
  36. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 11 years ago
  37. 550a7e9 Remove hardcoded -arch from lang/cpp testcase makefiles by Daniel Malea · 11 years ago
  38. 2989a5a Fix buildbot building errors. by Greg Clayton · 11 years ago
  39. bca74e5 Fix indenting typo in TestSTL.py by Daniel Malea · 11 years ago
  40. 6acc204 <rdar://13073234> by Han Ming Ong · 11 years ago
  41. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  42. 4c32029 <rdar://problem/13072285> by Jason Molenda · 11 years ago
  43. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 11 years ago
  44. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 11 years ago
  45. e8b3471 Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system by Jim Ingham · 11 years ago
  46. 9729189 Skip 32-bit testing of check_public_api_headers (on all platforms, not just Mac OS X) by Daniel Malea · 11 years ago
  47. 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 11 years ago
  48. 4b6a267 PR14426 (breakpoint hit count incorrect) is resolved. by Daniel Malea · 11 years ago
  49. f74de22 Check for NULL breakpoint option thread name & queue name before comparing their values to the new value. by Jim Ingham · 11 years ago
  50. 5dd1a28 Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfo by Jason Molenda · 11 years ago
  51. b5ebe11 Change the container-regs kv pair in the qRegsiterInfo by Jason Molenda · 11 years ago
  52. 1a469c7 <rdar://problem/12711206> by Enrico Granata · 11 years ago
  53. 6dca414 lldb.thread is not to be used anymore by Enrico Granata · 11 years ago
  54. ae35fcb Quick fix to make LLDB TOT work with Clang TOT. by Sean Callanan · 11 years ago
  55. f2b676f Replacing a "no clue why" comment with the explanation it was demanding by Enrico Granata · 11 years ago
  56. 522863c Clear up the documentation for the "container-regs" and "invalidate-regs" key/value pair responses for qRegisterInfo with examples of single and multiple registers for each. by Greg Clayton · 11 years ago
  57. 679ba16 Changed the register number lists for the qRegisterInfo packet response to be raw hex to match all other register reading and writing APIs. by Greg Clayton · 11 years ago
  58. 34e71ef Added all of the 16 and 8 bit register variants for i386. by Greg Clayton · 11 years ago
  59. 1218c9f Updated the LLDB qRegisterInfo documentation to contain information on the new "invalidate-regs" and "container-regs" keys that can be returned in response to a qRegisterInfo packet. by Greg Clayton · 11 years ago
  60. c290ba4 <rdar://problem/13020634> by Greg Clayton · 11 years ago
  61. 4535891 <rdar://problem/12437929> by Enrico Granata · 11 years ago
  62. e0b1ab8 <rdar://problem/12350715> by Jason Molenda · 11 years ago
  63. 288ddfe Extended LLDB to handle blocks capturing 'self' by Sean Callanan · 11 years ago
  64. 4690358 <rdar://problem/13011717> by Greg Clayton · 11 years ago
  65. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 11 years ago
  66. f1f2a15 Disassemble the vAttach packet. by Greg Clayton · 11 years ago
  67. 0df19cc <rdar://problem/12976277> by Han Ming Ong · 11 years ago
  68. 2e5a477 Add code to retreive the mach port # for each thread in the inferior application's by Jason Molenda · 11 years ago
  69. c6bdc75 Made the expression handle variables with by Sean Callanan · 11 years ago
  70. cec32bb Use insert instead of emplace until support/distribution improves on some platforms (ie. Linux). by Matt Kopec · 11 years ago
  71. 7d96ecc <rdar://problem/12243932> by Jason Molenda · 11 years ago
  72. 287b4f4 The wchar_t and char1632_t test cases were erroneously running as x86_64 only even if you tried to run them in i386 mode by Enrico Granata · 11 years ago
  73. dcb36c7 <rdar://problem/12786725> by Enrico Granata · 11 years ago
  74. c4f4201 Converting lambdas to plain old static function pointers by Enrico Granata · 11 years ago
  75. 5f6f3e2 Under GNU/Linux & HURD, add a soname to the liblldb shared library. by Sylvestre Ledru · 11 years ago
  76. 640d5b7 fix 'const const' typo introduced in r172647 by Daniel Malea · 11 years ago
  77. 9547264 Add one more bit of logging for armv7 watchpoint debugging. by Jason Molenda · 11 years ago
  78. 07bef69 Adding a custom summary for libc++ std::vector<bool> by Enrico Granata · 11 years ago
  79. b1052dc Changing the Python reference document to be more explicit in discouraging usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions by Enrico Granata · 11 years ago
  80. 8170de6 Removed unused variable. by Greg Clayton · 11 years ago
  81. ec1e823 Remove std::string input arguments and replace with "const char *". by Greg Clayton · 11 years ago
  82. 209473a Replacing reference to radar number with svn revision by Enrico Granata · 11 years ago
  83. 392bd8d <rdar://problem/13021266> by Enrico Granata · 11 years ago
  84. 62dca4b Greg created a new API on SBProcess to get an ID that is guaranteed to be unique even in situations where underlying platforms would actually duplicate or hardcode PIDs by Enrico Granata · 11 years ago
  85. 6474274 <rdar://problem/13009943> by Greg Clayton · 11 years ago
  86. ee33e96 SDKROOT should only be unset/cleared for ARM builds. The first fix by Bob Wilson removed it for ARM for both configure and make, but only unset it for desktop configure, not for the make. My next fix unset/cleared it all the time. This fix only unset/clears it for ARM builds. by Greg Clayton · 11 years ago
  87. 245dc92 <rdar://problem/13019628> by Han Ming Ong · 11 years ago
  88. 9a44729 Fix clang builds that were broken due to SDKROOT changes of you have an internal OS build. by Greg Clayton · 11 years ago
  89. 7398e43 Fixes to the code I just committed to reflect by Sean Callanan · 11 years ago
  90. 9540568 Modified the Objective-C runtime to fetch Objective-C by Sean Callanan · 11 years ago
  91. 3190331 ClangExpressionVariable previously was not capable of by Sean Callanan · 11 years ago
  92. eea1f98 <rdar://problem/13011717> by Greg Clayton · 11 years ago
  93. c5c8eec <rdar://problem/13010909> by Greg Clayton · 11 years ago
  94. df7a41d Fix for the separation between -i and -u in expression. by Jim Ingham · 11 years ago
  95. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 11 years ago
  96. 1f1a683 Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp; by Jason Molenda · 11 years ago
  97. 93bb806 Adding a test case for expression parser's support for Unicode strings. This is an expected failure for now by Enrico Granata · 11 years ago
  98. cd8cd61 <rdar://problem/12790664> by Enrico Granata · 11 years ago
  99. 2a8a777 Once a function has been JIT-compiled once, don't JIT it again. by Sean Callanan · 11 years ago
  100. 3de6986 Fix a logic error in the condition for a warning log message. by Jim Ingham · 11 years ago