1. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  2. e2801e1 Patch from Dan Malea to get the Bourne shells scripts to run cleanly on Ubuntu. by Jason Molenda · 12 years ago
  3. 2a5ca48 Fixed some bugs in the runtime reader code. Also by Sean Callanan · 12 years ago
  4. 03f6d64 Ashok Thirumurthi patch to enable the latest and greatest DWARF forms from the DWARF 4 specification. by Greg Clayton · 12 years ago
  5. a004cb5 Fixed a typo. by Filipe Cabecinhas · 12 years ago
  6. b924eb6 Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 12 years ago
  7. 73feea4 Change the kdp-remote alias to require a hostname (instead of allowing a zero-length hostname to be specified). by Jason Molenda · 12 years ago
  8. 4665745 Implement returning integer values in "thread return" for arm, x86_64 and i386. Also returns by Jim Ingham · 12 years ago
  9. 02fac1c If we are attached to a platform, then make sure that we can verify that a process exists when attaching by "pid" before we try and do a lengthy command that could take a while to timeout. by Greg Clayton · 12 years ago
  10. f2e53a5 Added "k" as an alias to "process kill" since the new "kdb-remote" will now conflict with it. by Greg Clayton · 12 years ago
  11. 4e8570b Add examples of using the kdp-remote and gdb-remote commands to connect to by Jason Molenda · 12 years ago
  12. c375043 Add convenience aliases to allow easy attaching to a remote gdb server or kdp (darwin kernel) server with the new "gdb-remote" regex alias and "kdp-remote" regex alias commands. by Greg Clayton · 12 years ago
  13. d9d9463 Added support for the DebugClang configuration to the testsuite. by Sean Callanan · 12 years ago
  14. f46007e Patch by Matt, to get lldb to build with the updated llvm+clang versions (via Makefiles). by Filipe Cabecinhas · 12 years ago
  15. df57414 Make lldb more C++11 friendly. by Filipe Cabecinhas · 12 years ago
  16. 5da95ff Fixed a bug in the path remapper that caused by Sean Callanan · 12 years ago
  17. 3fcc297 Add an API to figure out whether a breakpoint is internal or not. by Jim Ingham · 12 years ago
  18. c0ab9eb The iOSSimulator platform should create a PlatformDarwin with by Jason Molenda · 12 years ago
  19. d0d4902 Added process attach options and also use the SBLaunchInfo and SBAttachInfo. by Greg Clayton · 12 years ago
  20. 3acaa92 <rdar://problem/9959501> by Greg Clayton · 12 years ago
  21. 4155fe6 Making sure we do not try to compare a NULL string - which would cause us to crash by Enrico Granata · 12 years ago
  22. 54e5805 Added a new Xcode build configuration, DebugClang, by Sean Callanan · 12 years ago
  23. 310c344 Removed some debugging cruft. by Sean Callanan · 12 years ago
  24. 0ea7753 Fix string comparisons in ABIMacOSX_i386::RegisterIsCalleeSaved so by Jason Molenda · 12 years ago
  25. 06dc17f Brought LLDB top-of-tree into sync with LLVM/Clang by Sean Callanan · 12 years ago
  26. f2d324c Made TestHiddenIvars an expected failure with by Sean Callanan · 12 years ago
  27. 30d863d Remove a couple of debugging printf's from the testsuite. by Jim Ingham · 12 years ago
  28. 5761398 Missed a few places where I didn't delete the obsolete (commented out) version of the breakpoint creation. by Jim Ingham · 12 years ago
  29. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  30. 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
  31. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  32. e76f8c4 Full KDP process control with per CPU resume and step. by Greg Clayton · 12 years ago
  33. 41ea0eb Fixed an oddity in the Objective-C class descriptors by Sean Callanan · 12 years ago
  34. ea63601 <rdar://problem/9959501> by Greg Clayton · 12 years ago
  35. b2c0a12 Fixing a logic error where we would incorrectly show the newly crafted function not found error for a Python function in some cases where the function actually existed and had an empty docstring by Enrico Granata · 12 years ago
  36. bf346eb Fixed a problem where persistent variables did by Sean Callanan · 12 years ago
  37. f2ec364 Re-adding this previously removed file. by Greg Clayton · 12 years ago
  38. 84e46f1 This file is causing problems. I am going to remove it and try re-adding it. by Greg Clayton · 12 years ago
  39. c4b6ab9 Show the size of what we are dematerializing in the output log for "lldb expr". by Greg Clayton · 12 years ago
  40. 951ebb9 Compile shared libraries with dSYM files when requested on darwin. Prior to this, we never had dSYM files for shared libraries unless it was a dylib only Makefile. by Greg Clayton · 12 years ago
  41. ad4b169 <rdar://problem/12315386> by Greg Clayton · 12 years ago
  42. d83ecab More work for reading the Objective-C runtime. by Sean Callanan · 12 years ago
  43. b0d2027 Bump to lldb-168, debugserver-193. by Jason Molenda · 12 years ago
  44. f54d145 Update the LLDB_DISABLE_PYTHON ifdef in FormatManager::LoadObjCFormatters to by Jason Molenda · 12 years ago
  45. a53324d A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them. by Greg Clayton · 12 years ago
  46. 807338c Don't get everything when resolving the symbol context of the ObjC Class symbol, just the module + symbol. by Greg Clayton · 12 years ago
  47. fa02bbd Fix to the project file, to prevent it from using by Sean Callanan · 12 years ago
  48. 56de6d1 Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch). by Filipe Cabecinhas · 12 years ago
  49. c3b0aa9 Updated AppleObjCV2Runtime to load the class by Sean Callanan · 12 years ago
  50. 5ec0d02 Added auto LLDB import to the crashlog script. by Greg Clayton · 12 years ago
  51. ae7bebc <rdar://problem/11752499> by Greg Clayton · 12 years ago
  52. af05972 <rdar://problem/12125274> by Greg Clayton · 12 years ago
  53. 3b6bd69 Allow for numeric cputype-cpusubtype specifications where the subtype is 0. Use errno to by Jason Molenda · 12 years ago
  54. 5b9f777 <rdar://problem/12188843> Fixing a problem where a Python command created in the same module where the target function is defined causes the help string not to come out by Enrico Granata · 12 years ago
  55. 81a5a09 Objective-C runtime class descriptors can now by Sean Callanan · 12 years ago
  56. 00f9ebe <rdar://problem/11398693> Making sure we do not attempt to run code on zombie objects when attempting to format them by Enrico Granata · 12 years ago
  57. e93725b <rdar://problem/12219840> by Greg Clayton · 12 years ago
  58. 3b031d9 Fix a potential issue where data formatters can get confused over malformed UUIDs by Enrico Granata · 12 years ago
  59. defd0dc <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of indexes instead of objects by Enrico Granata · 12 years ago
  60. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  61. 3a08fd1 <rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes by Enrico Granata · 12 years ago
  62. 7adfcfd Making ClangExpression hold on to a WP to the Process instead of a SP. This fix should enable us to have per-process maps of ClangExpressions without fear of keeping the process alive forever by Enrico Granata · 12 years ago
  63. db1bea7 Remove a spurious control character coming from trying to save files in Xcode with emacs' ^x^s. by Jim Ingham · 12 years ago
  64. 4d0fa04 Make the Class Descriptors able to fetch the class name for unrealized classes by Enrico Granata · 12 years ago
  65. a0d8a78 Re-applied Enrico's patch that I so rudely stomped on. by Sean Callanan · 12 years ago
  66. 670891f Stop validating the vtable_ptr since it's not actually guaranteed to be correct by Enrico Granata · 12 years ago
  67. 3314d6c Update LLDB_DISABLE_PYTHON #ifdefs in FormatManager.cpp to get it by Jason Molenda · 12 years ago
  68. 6fe8d36 More runtime work. We now successfully traverse by Sean Callanan · 12 years ago
  69. 458c552 Fixing a potential crasher where the new C++ synthetic children can return a NULL FrontEnd and cause LLDB to crash. This patch introduces a dummy front-end which the ValueObjectSynthetic can use lacking a real FrontEnd by Enrico Granata · 12 years ago
  70. 6b70f03 Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into. by Jim Ingham · 12 years ago
  71. be0cde9 SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads. by Jim Ingham · 12 years ago
  72. bb9ce3e "thread step-out" should run all threads by default. by Jim Ingham · 12 years ago
  73. fade78a Use the frame index passed into "thread until" rather than using the selected frame. by Jim Ingham · 12 years ago
  74. 52124e7 SBThread::StepOverUntil should run all threads. It is running to breakpoints, so running one thread is likely to cause the target to stall. by Jim Ingham · 12 years ago
  75. 0b5a40c Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 12 years ago
  76. 4bb4f30 Fixed some problems with SWIG bindings. by Filipe Cabecinhas · 12 years ago
  77. 8e2702e Don't force libc++ and c++11 on everyone. by Filipe Cabecinhas · 12 years ago
  78. 92cb9a9 <rdar://problem/11374963> by Greg Clayton · 12 years ago
  79. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  80. 3ba0e14 Updated the demangler to take the fix for a crasher. by Sean Callanan · 12 years ago
  81. aafcd69 Fixed the #defines for YES and NO, and centralized by Sean Callanan · 12 years ago
  82. 3d35b21 Fixing a typo by Enrico Granata · 12 years ago
  83. 44ac98c Fixed an error with a static enum definition where it wasn't NULL terminate and could crash. by Greg Clayton · 12 years ago
  84. 3bfaad6 Made the help for the -n option on by Sean Callanan · 12 years ago
  85. d605d63 Making sure to create the count attribute in synthetic children providers for libcxx at the right time by Enrico Granata · 12 years ago
  86. f91e78f <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray by Enrico Granata · 12 years ago
  87. 319af1c Make lldb play nicer with C++11 and fix a (maybe impossible to come by) bug. by Filipe Cabecinhas · 12 years ago
  88. 27f28e2 Modified the command template to include best practices. by Greg Clayton · 12 years ago
  89. 3e26acf Fixing a potential crasher related to running regular expressions against a NULL pointer by Enrico Granata · 12 years ago
  90. 0ca065d Patches to make our llvm revision more C++11 friendly. by Filipe Cabecinhas · 12 years ago
  91. a508979 Make TestAddDsymCommand not fail since bundles were accepted as add-dsym arguments. by Filipe Cabecinhas · 12 years ago
  92. 95b765e <rdar://problem/11374963> by Greg Clayton · 12 years ago
  93. a936c6e Don't allow an extra entry to slip into the heap results and also add a better output format by Greg Clayton · 12 years ago
  94. a69d235 Added some documentation and an accessor for the target with an explanation of why to not use "lldb.target". by Greg Clayton · 12 years ago
  95. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  96. 284a2a3 Add "info func" to the list. by Jim Ingham · 12 years ago
  97. 0bf2def Updated the project file to reflect the added and deleted classes. by Sean Callanan · 12 years ago
  98. c718b96 This patch is part of ongoing work to extract type by Sean Callanan · 12 years ago
  99. f993558 Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
  100. 4e17f30 Make size_t known before including cxxabi.h (FreeBSD fix) by Filipe Cabecinhas · 12 years ago