1. defd0dc <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of indexes instead of objects by Enrico Granata · 12 years ago
  2. 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
  3. 3a08fd1 <rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes by Enrico Granata · 12 years ago
  4. 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
  5. db1bea7 Remove a spurious control character coming from trying to save files in Xcode with emacs' ^x^s. by Jim Ingham · 12 years ago
  6. 4d0fa04 Make the Class Descriptors able to fetch the class name for unrealized classes by Enrico Granata · 12 years ago
  7. a0d8a78 Re-applied Enrico's patch that I so rudely stomped on. by Sean Callanan · 12 years ago
  8. 670891f Stop validating the vtable_ptr since it's not actually guaranteed to be correct by Enrico Granata · 12 years ago
  9. 3314d6c Update LLDB_DISABLE_PYTHON #ifdefs in FormatManager.cpp to get it by Jason Molenda · 12 years ago
  10. 6fe8d36 More runtime work. We now successfully traverse by Sean Callanan · 12 years ago
  11. 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
  12. 6b70f03 Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into. by Jim Ingham · 12 years ago
  13. be0cde9 SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads. by Jim Ingham · 12 years ago
  14. bb9ce3e "thread step-out" should run all threads by default. by Jim Ingham · 12 years ago
  15. fade78a Use the frame index passed into "thread until" rather than using the selected frame. by Jim Ingham · 12 years ago
  16. 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
  17. 0b5a40c Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 12 years ago
  18. 4bb4f30 Fixed some problems with SWIG bindings. by Filipe Cabecinhas · 12 years ago
  19. 8e2702e Don't force libc++ and c++11 on everyone. by Filipe Cabecinhas · 12 years ago
  20. 92cb9a9 <rdar://problem/11374963> by Greg Clayton · 12 years ago
  21. f59388a Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 12 years ago
  22. 3ba0e14 Updated the demangler to take the fix for a crasher. by Sean Callanan · 12 years ago
  23. aafcd69 Fixed the #defines for YES and NO, and centralized by Sean Callanan · 12 years ago
  24. 3d35b21 Fixing a typo by Enrico Granata · 12 years ago
  25. 44ac98c Fixed an error with a static enum definition where it wasn't NULL terminate and could crash. by Greg Clayton · 12 years ago
  26. 3bfaad6 Made the help for the -n option on by Sean Callanan · 12 years ago
  27. d605d63 Making sure to create the count attribute in synthetic children providers for libcxx at the right time by Enrico Granata · 12 years ago
  28. 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
  29. 319af1c Make lldb play nicer with C++11 and fix a (maybe impossible to come by) bug. by Filipe Cabecinhas · 12 years ago
  30. 27f28e2 Modified the command template to include best practices. by Greg Clayton · 12 years ago
  31. 3e26acf Fixing a potential crasher related to running regular expressions against a NULL pointer by Enrico Granata · 12 years ago
  32. 0ca065d Patches to make our llvm revision more C++11 friendly. by Filipe Cabecinhas · 12 years ago
  33. a508979 Make TestAddDsymCommand not fail since bundles were accepted as add-dsym arguments. by Filipe Cabecinhas · 12 years ago
  34. 95b765e <rdar://problem/11374963> by Greg Clayton · 12 years ago
  35. 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
  36. 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
  37. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  38. 284a2a3 Add "info func" to the list. by Jim Ingham · 12 years ago
  39. 0bf2def Updated the project file to reflect the added and deleted classes. by Sean Callanan · 12 years ago
  40. c718b96 This patch is part of ongoing work to extract type by Sean Callanan · 12 years ago
  41. f993558 Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
  42. 4e17f30 Make size_t known before including cxxabi.h (FreeBSD fix) by Filipe Cabecinhas · 12 years ago
  43. f08c3f3 Use c++11 and libc++ and it's headers, instead of gnu's libstdcpp by Filipe Cabecinhas · 12 years ago
  44. 5ebd51f Some more typing-related fixes. by Filipe Cabecinhas · 12 years ago
  45. 393fc5f Added "heap" command to get info on all allocations on the heap. Currently only objective C objects are supported since they are easy to detect. by Greg Clayton · 12 years ago
  46. 560c514 Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 12 years ago
  47. ef9eb80 Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, by Jason Molenda · 12 years ago
  48. bb1af9c <rdar://problem/11935492> by Greg Clayton · 12 years ago
  49. e6595ea Fixed some logging messages. by Greg Clayton · 12 years ago
  50. 0b08e89 Print the stack size followed by the full stack info. by Greg Clayton · 12 years ago
  51. f1dbb71 Initialize a variable to quite a compiler warning. by Jim Ingham · 12 years ago
  52. c2c6514 Typed too fast adding lockers. Actually put them in a locker. by Jim Ingham · 12 years ago
  53. 69f834f Shortcut ThreadPlanStepRange::MischiefManaged - if we have pushed new plans and they are not done, then we aren't done either. by Jim Ingham · 12 years ago
  54. 1a7b4da Fixed a bug where the LLDB_VERSION wasn't properly by Sean Callanan · 12 years ago
  55. 26deffe Added a python example that will compute which functions in a process are hogging the stack. by Greg Clayton · 12 years ago
  56. b995059 Fixed a few places where we were doing: by Jim Ingham · 12 years ago
  57. a48bf37 Playing around with "objc_refs" over the weekend and improved it to work on a large ObjC program without running into expression timeouts. Now we get a full list of ObjC classes using a runtime function and then qsort the result. Also added code that can count all instances of each ObjC on the heap and also the total byte sizes for the object allocations. by Greg Clayton · 12 years ago
  58. a539e5b Fixed a problem where watchpoint conditions would by Sean Callanan · 12 years ago
  59. e820139 Don't allocate memory when enumerting stack. We now have fixed size buffers to avoid this issue. by Greg Clayton · 12 years ago
  60. 6218201 Fixed a crash in the testsuite because the wrong type was being completed. by Sean Callanan · 12 years ago
  61. 64a41e2 Fiddle with the heuristic about where to set the stop point in a nested inline stack when we get there by breakpoint. If we hit a user breakpoint, I set the stop point to the bottom-most frame 'cause that's what we did before. by Jim Ingham · 12 years ago
  62. ed293ed A bunch of test cases for inlined stepping. by Jim Ingham · 12 years ago
  63. 4636552 Make file + line breakpoints even more efficient by using our SearchFilter objects correctly now that we sometimes don't check for inlined breakpoints. by Greg Clayton · 12 years ago
  64. 36de3c0 Save and restore the current inlined depth over function calls. by Jim Ingham · 12 years ago
  65. 9b124c6 Add SetCurrentInlinedDepth API. by Jim Ingham · 12 years ago
  66. 4de7328 Added a quick example to show how disasembly output can be customized. by Greg Clayton · 12 years ago
  67. 4df2b7f Train LLDB to deal with bad linker N_SO entries that point to our source files for debug map + DWARF in .o file debugging. by Greg Clayton · 12 years ago
  68. c643077 Patch from Andrew Kaylor for linux: by Greg Clayton · 12 years ago
  69. 1a450cd Patch from Andrew Kaylor for linux: by Greg Clayton · 12 years ago
  70. 45bc4a2 Ensure that the ShouldStopHere plans get called even when doing "virtual" steps. by Jim Ingham · 12 years ago
  71. 74d08f1 For now, treat breakpoint hits like regular stops when calculation InlinedStackDepth. by Jim Ingham · 12 years ago
  72. 7de0117 Fixing a constness issue in an otherwise trivial patch by Enrico Granata · 12 years ago
  73. df83db8 Restoring an API as deprecated which was removed in a previous commit by Enrico Granata · 12 years ago
  74. 1949b1e When you reach the bottom of the inlined stack, don't say you can do a virtual step. by Jim Ingham · 12 years ago
  75. e1a654b Include a useful bit of log output in the "step" as well as the "process" logs. by Jim Ingham · 12 years ago
  76. 7eb0831 Patch from Daniel Malea to fix the build on Linux. Thanks by Enrico Granata · 12 years ago
  77. 69fdfc9 For the eEncodingIEEE754 registers in RegisterValue::SetType, by Jason Molenda · 12 years ago
  78. 877e57b Disable the "pretty stack trace" signal handler, by Sean Callanan · 12 years ago
  79. ab77dcb <rdar://problem/12237556> by Greg Clayton · 12 years ago
  80. be7c20a Patch for clang to include the UTF conversion routines that LLDB needs by Enrico Granata · 12 years ago
  81. 6c46fe6 <rdar://problem/12211320> by Greg Clayton · 12 years ago
  82. 1cc0c05 Turn on the "fancy inlined stepping." by Jim Ingham · 12 years ago
  83. 8290bba If the ThreadList ShouldStop restarts the target, don't resume it again. by Jim Ingham · 12 years ago
  84. 98d5021 Move calculating the CurrentInlinedDepth to AFTER the synchronous breakpoint callback gets a chance to run. by Jim Ingham · 12 years ago
  85. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  86. d4330e6 <rdar://problem/12100588> by Greg Clayton · 12 years ago
  87. 38ae5b9 Fix the log channel used in Process.cpp. by Greg Clayton · 12 years ago
  88. 12ea8fb Making the right thing with regards to disabling summaries on LLDB_DISABLE_PYTHON builds by Enrico Granata · 12 years ago
  89. 777c6b7 Modified patch from Matt Kopec that fixes a process launch issue on linux where we wouldn't acquire the process run lock. by Greg Clayton · 12 years ago
  90. c630f31 <rdar://problem/12068655> Make sure [NSDate distantPast] is formatted correctly by Enrico Granata · 12 years ago
  91. 9822273 Editing a comment to make sure people know not to blame CFString.py for CFString summary errors by Enrico Granata · 12 years ago
  92. caaf010 Adding to files that were missing in the previous commit by Enrico Granata · 12 years ago
  93. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  94. 4793e94 Patch from Filipe Cabecinhas that uses argparse in dotest.py instead of a hand coded option. I made a few modifications: by Greg Clayton · 12 years ago
  95. 8ac035d Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. by Greg Clayton · 12 years ago
  96. aaf7fad Improved "objc_refs" a bit to be able to find all instances of a class' by Greg Clayton · 12 years ago
  97. 0c8fa2d Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that by Jim Ingham · 12 years ago
  98. 3b1afc6 Made it so changes to the prompt via "settings set prompt" get noticed by the command line. by Greg Clayton · 12 years ago
  99. 85df60c <rdar://problem/12069589> by Greg Clayton · 12 years ago
  100. 243a08c Add a convenience function to get the range containing a given PC specified as load address + Target. by Jim Ingham · 12 years ago