1. 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 · 12 years ago
  2. 34e71ef Added all of the 16 and 8 bit register variants for i386. by Greg Clayton · 12 years ago
  3. 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 · 12 years ago
  4. c290ba4 <rdar://problem/13020634> by Greg Clayton · 12 years ago
  5. 4535891 <rdar://problem/12437929> by Enrico Granata · 12 years ago
  6. e0b1ab8 <rdar://problem/12350715> by Jason Molenda · 12 years ago
  7. 288ddfe Extended LLDB to handle blocks capturing 'self' by Sean Callanan · 12 years ago
  8. 4690358 <rdar://problem/13011717> by Greg Clayton · 12 years ago
  9. 52ebc0a <rdar://problem/13010007> by Greg Clayton · 12 years ago
  10. f1f2a15 Disassemble the vAttach packet. by Greg Clayton · 12 years ago
  11. 0df19cc <rdar://problem/12976277> by Han Ming Ong · 12 years ago
  12. 2e5a477 Add code to retreive the mach port # for each thread in the inferior application's by Jason Molenda · 12 years ago
  13. c6bdc75 Made the expression handle variables with by Sean Callanan · 12 years ago
  14. cec32bb Use insert instead of emplace until support/distribution improves on some platforms (ie. Linux). by Matt Kopec · 12 years ago
  15. 7d96ecc <rdar://problem/12243932> by Jason Molenda · 12 years ago
  16. 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 · 12 years ago
  17. dcb36c7 <rdar://problem/12786725> by Enrico Granata · 12 years ago
  18. c4f4201 Converting lambdas to plain old static function pointers by Enrico Granata · 12 years ago
  19. 5f6f3e2 Under GNU/Linux & HURD, add a soname to the liblldb shared library. by Sylvestre Ledru · 12 years ago
  20. 640d5b7 fix 'const const' typo introduced in r172647 by Daniel Malea · 12 years ago
  21. 9547264 Add one more bit of logging for armv7 watchpoint debugging. by Jason Molenda · 12 years ago
  22. 07bef69 Adding a custom summary for libc++ std::vector<bool> by Enrico Granata · 12 years ago
  23. 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 · 12 years ago
  24. 8170de6 Removed unused variable. by Greg Clayton · 12 years ago
  25. ec1e823 Remove std::string input arguments and replace with "const char *". by Greg Clayton · 12 years ago
  26. 209473a Replacing reference to radar number with svn revision by Enrico Granata · 12 years ago
  27. 392bd8d <rdar://problem/13021266> by Enrico Granata · 12 years ago
  28. 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 · 12 years ago
  29. 6474274 <rdar://problem/13009943> by Greg Clayton · 12 years ago
  30. 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 · 12 years ago
  31. 245dc92 <rdar://problem/13019628> by Han Ming Ong · 12 years ago
  32. 9a44729 Fix clang builds that were broken due to SDKROOT changes of you have an internal OS build. by Greg Clayton · 12 years ago
  33. 7398e43 Fixes to the code I just committed to reflect by Sean Callanan · 12 years ago
  34. 9540568 Modified the Objective-C runtime to fetch Objective-C by Sean Callanan · 12 years ago
  35. 3190331 ClangExpressionVariable previously was not capable of by Sean Callanan · 12 years ago
  36. eea1f98 <rdar://problem/13011717> by Greg Clayton · 12 years ago
  37. c5c8eec <rdar://problem/13010909> by Greg Clayton · 12 years ago
  38. df7a41d Fix for the separation between -i and -u in expression. by Jim Ingham · 12 years ago
  39. b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 12 years ago
  40. 1f1a683 Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp; by Jason Molenda · 12 years ago
  41. 93bb806 Adding a test case for expression parser's support for Unicode strings. This is an expected failure for now by Enrico Granata · 12 years ago
  42. cd8cd61 <rdar://problem/12790664> by Enrico Granata · 12 years ago
  43. 2a8a777 Once a function has been JIT-compiled once, don't JIT it again. by Sean Callanan · 12 years ago
  44. 3de6986 Fix a logic error in the condition for a warning log message. by Jim Ingham · 12 years ago
  45. 9b21d73 Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> by Bob Wilson · 12 years ago
  46. 8ec8d64 Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet. by Jason Molenda · 12 years ago
  47. 1b84e1b Add ifdef LLDB_DISABLE_PYTHON around newly added use of by Jason Molenda · 12 years ago
  48. 4d258c6 Made crashlog.py handle cases where a parent by Sean Callanan · 12 years ago
  49. 4ab9278 Removed the hack that uses "frame variable" to by Sean Callanan · 12 years ago
  50. 8ff8128 Don't always strip the first extension from the module basename when looking for python scripts. Now we take a name like "a.b.c" and look for scripts that are "a_b_c.py", "a_b.py" and "a.py" inside the dSYM. by Greg Clayton · 12 years ago
  51. 15c1d3d <rdar://problem/12239827> by Enrico Granata · 12 years ago
  52. b698579 <rdar://problem/12239827> by Enrico Granata · 12 years ago
  53. d9735a1 <rdar://problem/12973809> by Greg Clayton · 12 years ago
  54. aad2b0f <rdar://problem/12990038> by Greg Clayton · 12 years ago
  55. bec2ac8 Fix typo in function name and one more whitespace tweak. by Bob Wilson · 12 years ago
  56. a53ac6d Fix whitespace. by Bob Wilson · 12 years ago
  57. 7421da6 Modified Value.cpp to share the code that gets the values as bytes (Value::GetValueAsData()) so now Value::ResolveValue() doesn't do its own thing by reading memory directly. by Greg Clayton · 12 years ago
  58. 3f4844e Making the Unicode formatters visually nicer by using the same prefix characters as the compiler expects in C++ code by Enrico Granata · 12 years ago
  59. 06d58b0 <rdar://problem/11383764> by Enrico Granata · 12 years ago
  60. 1fc46d2 minor update to status page: C++ exception breakpoints work on linux by Daniel Malea · 12 years ago
  61. f5545f9 <rdar://problem/12725746> by Enrico Granata · 12 years ago
  62. 63d67ed <rdar://problem/11146929> by Enrico Granata · 12 years ago
  63. f34feef <rdar://problem/11146929> by Enrico Granata · 12 years ago
  64. 0f638a4 Use a more unique end delimiter. In any case, the thread names are hexified when returning to lldb. by Han Ming Ong · 12 years ago
  65. 5ebdb03 Fixed an issue the "process plugin" proxy object was trying to use the m_exe_ctx when it wasn't ok to do so. by Greg Clayton · 12 years ago
  66. fac004c Added emulation of shifts to the IR interpreter. by Sean Callanan · 12 years ago
  67. 11ad623 <rdar://problem/12975489> by Han Ming Ong · 12 years ago
  68. 3a91e14 <rdar://problem/12028723> by Enrico Granata · 12 years ago
  69. ea0bb4d Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 12 years ago
  70. 12b5aa0 Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the by Jim Ingham · 12 years ago
  71. 75a4fe6 Updated documentation on the "register_data_addr" key that can be supplied in the "thread" dictionary return value for the python OS plug-ins. by Greg Clayton · 12 years ago
  72. 0e3b98e Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 12 years ago
  73. ccd5c4e <rdar://problem/12976225> by Han Ming Ong · 12 years ago
  74. 836064a <rdar://problem/12586010> by Greg Clayton · 12 years ago
  75. ba0bf4e Fixed comment typo. by Greg Clayton · 12 years ago
  76. 2976b65 Add test to check the number of threads. by Matt Kopec · 12 years ago
  77. f1fda37 Add initial support to trace spawned threads in a process on Linux. by Matt Kopec · 12 years ago
  78. a3eb5cd Enable ProcessGDBRemote plugin on Linux - Fixes test case TestConnectRemote by Daniel Malea · 12 years ago
  79. 1e44fdd Implement -w flag to process launch (allow launching inferior process in different working directory) on Linux/FreeBSD by Daniel Malea · 12 years ago
  80. 7342f4b <rdar://problem/12968925> by Enrico Granata · 12 years ago
  81. 3a5ac5a Fix TestSendSignals.py on Linux. The wrong stop reason was being set when stopping for a received signal. by Matt Kopec · 12 years ago
  82. 2fcbf6e <rdar://problem/12953853> by Greg Clayton · 12 years ago
  83. 0d5d570 Make sure that the GenerateFunction call can support arbitrary levels of indentation for user code by Enrico Granata · 12 years ago
  84. efdd469 Re-enabling C++ exception breakpoint testcase (on Linux) by Daniel Malea · 12 years ago
  85. 8492942 <rdar://problem/12602653> by Jason Molenda · 12 years ago
  86. c62d140 Mark TestPlatformCommand (test_status) as expected to fail on Linux by Daniel Malea · 12 years ago
  87. 5a39ce3 Simplify build instructions by Daniel Malea · 12 years ago
  88. a4b8b86 <rdar://problem/12389806> by Jason Molenda · 12 years ago
  89. 21e32a6 Fix lldb -P on Linux by Daniel Malea · 12 years ago
  90. aec6b32 Generalizing expected stop reason string checking in InferiorCrashing test case. by Andrew Kaylor · 12 years ago
  91. 1e52600 Read bytes from zero-filled sections correctly instead of failing to read. by Sean Callanan · 12 years ago
  92. 924910c Handle the case of unordered sequences in a DWARF line table. by Andrew Kaylor · 12 years ago
  93. 6ddebd7 Mark TestExprHelpExamples.py as expected to fail on Linux by Daniel Malea · 12 years ago
  94. 1836ade A few small tweaks to the symbolication page. by Jason Molenda · 12 years ago
  95. dedf478 Added a bit more explanation for the python modules that aid with symbolication. by Greg Clayton · 12 years ago
  96. cf6d727 Added a page that describes how to to manual symbolication with LLDB from the command line, from python, and also how to use the build in modules to do symbolication. by Greg Clayton · 12 years ago
  97. 19b6467 <rdar://problem/12928282> by Greg Clayton · 12 years ago
  98. aadc7f7 Clang sometimes emits "objc_object*" rather than "id" by Sean Callanan · 12 years ago
  99. c6fe581 Update to reflect API changes in r171367. by Chandler Carruth · 12 years ago
  100. a80c70c Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect the by Chandler Carruth · 12 years ago