1. 86c50d7 <rdar://problem/11405850> by Greg Clayton · 12 years ago
  2. 4bc8d16 Warn the user when several commands match the input given. Added a testcase. by Filipe Cabecinhas · 12 years ago
  3. 08af598 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 12 years ago
  4. 1a7f630 Fixed an issue in the platform options where if no architecture was specified where the platform would fail to select itself with something like: by Greg Clayton · 12 years ago
  5. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  6. fc58af2 Added an "attach" alias as promised on the web page. by Sean Callanan · 12 years ago
  7. 2b53695 When the current thread state is NULL, PyThreadState_Get() issues a fatal error. by Johnny Chen · 12 years ago
  8. 431d26d Patch from Viktor Kutuzov: changes the method declarations to const for the Args::GetCommandString and Agrs::GetQuotedCommandString methods. It allows using of these methods within the other const methods. by Greg Clayton · 12 years ago
  9. a5c2ce0 Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing by Enrico Granata · 12 years ago
  10. 6f2f0ab Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work with all of the new module paths. by Greg Clayton · 12 years ago
  11. 0d235d5 Making the Cocoa formatters comply with the new on-disk layout of the Python resources - This is one of the steps towards making the data formatters work again by Enrico Granata · 12 years ago
  12. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 12 years ago
  13. 862fd5c Report the command error when we are in "stop on error mode." by Jim Ingham · 12 years ago
  14. 7aa754c Fixing a potential crasher where Python would assume we have no thread state while clearing out an SBDebugger which was acquiring input from the interactive interpreter by Enrico Granata · 12 years ago
  15. c84623f Added a "add-dsym" alias to "target symbols add" to keep gdb converts happy. by Greg Clayton · 12 years ago
  16. 7e20226 Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues. by Enrico Granata · 12 years ago
  17. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 12 years ago
  18. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 12 years ago
  19. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  20. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  21. 03e498e <rdar://problem/11052829> by Greg Clayton · 12 years ago
  22. 66205ce Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 12 years ago
  23. c65046d Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFileHandle(). by Johnny Chen · 12 years ago
  24. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 12 years ago
  25. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  26. de3b25b added a new formatter for CF(Mutable)BitVector by Enrico Granata · 12 years ago
  27. 86fcb16 (a) adding formatters for: by Enrico Granata · 12 years ago
  28. 83410e5 (a) adding an introspection formatter for NS(Mutable)IndexSet by Enrico Granata · 12 years ago
  29. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  30. 1328b14 This commit: by Enrico Granata · 12 years ago
  31. 41641f9 Patch from Filipe Cabecinhas! by Johnny Chen · 12 years ago
  32. 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 12 years ago
  33. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 12 years ago
  34. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 12 years ago
  35. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  36. 16376ed <rdar://problem/10062621> by Enrico Granata · 12 years ago
  37. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  38. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  39. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 12 years ago
  40. b302dff Added many more python convenience accessors: by Greg Clayton · 12 years ago
  41. b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 12 years ago
  42. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  43. 2fecc45 Stop running so many individual commands when going into the script interpreter. by Greg Clayton · 12 years ago
  44. 177bc68 <rdar://problem/10750012> by Greg Clayton · 13 years ago
  45. 8042eed Add comment describing the interaction of WantsRawCommandString()/WantsCompletion() with the completion mechanism. by Johnny Chen · 13 years ago
  46. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  47. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  48. a1cec24 <rdar://problem/10649734> by Greg Clayton · 13 years ago
  49. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 13 years ago
  50. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  51. c82670a Work in progress for: by Johnny Chen · 13 years ago
  52. 5935525 "f" should be an alias for "frame select" not "finish" to match the gdb usage. by Jim Ingham · 13 years ago
  53. 2618380 by Jim Ingham · 13 years ago
  54. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  55. 36fe991 Confirm should accept both "Y" and "y" in case somebody confuses the "default answer" indicator for a by Jim Ingham · 13 years ago
  56. 0731d2c Removed debug printf statements. by Greg Clayton · 13 years ago
  57. 3840cd7 <rdar://problem/10374840> by Greg Clayton · 13 years ago
  58. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  59. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  60. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  61. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  62. c6ba554 build: Fix SWIG include paths on Darwin. by Daniel Dunbar · 13 years ago
  63. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  64. bec4180 Fix the r143266 check-in which broke TestCommandRegex.py. by Johnny Chen · 13 years ago
  65. d8a218d Fixed the "expression" command when it comes to using it with the new GDB format by Greg Clayton · 13 years ago
  66. b09f847 Get a dummy target to allow for calculator mode while processing backticks. by Johnny Chen · 13 years ago
  67. 3ec8bb7 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 13 years ago
  68. 7268b4c Added the ability to have GDB formats appended to any command so you can do by Greg Clayton · 13 years ago
  69. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  70. 966096b Update the GDB format text to be a bit more clear. by Greg Clayton · 13 years ago
  71. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  72. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  73. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  74. 3f2ec9b Prefix display/undisplay regexp command alises with "_regexp" as per the by Jason Molenda · 13 years ago
  75. 9d855c6 Simplified the CommandInterpreter::StripFirstWord logic by making it a static by Greg Clayton · 13 years ago
  76. 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
  77. fa1f617 Decoupling of lock-related code from the core of ScriptInterpreterPython. All that concerns locking the Python interpreter is now delegated to the internal ScriptInterpreterPython::Locker class. Several changes in ScriptInterpreterPython to accommodate this new pattern. by Enrico Granata · 13 years ago
  78. c28bbdb Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 13 years ago
  79. 730cae0 Add "display" and "undisplay" aliases for target stop-hook add/delete. by Jason Molenda · 13 years ago
  80. 47eb00e Add "stepi" as an alias for thread step-inst in addition to "si". by Jason Molenda · 13 years ago
  81. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  82. e5696bd Remove stale comment. by Johnny Chen · 13 years ago
  83. 5a5c4a8 Modify the help text for watching a variable or its pointee. by Johnny Chen · 13 years ago
  84. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  85. f5c0c72 Added the ability to run expressions in any command. Expressions can be by Greg Clayton · 13 years ago
  86. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  87. 8bdf57c Fix a problem where the stop-hook command 'frame variable g_val' produces nothing by Johnny Chen · 13 years ago
  88. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  89. bb2218f Remember to mark the OptionValueUUID as set in SetOptionValue. by Jim Ingham · 13 years ago
  90. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  91. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  92. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  93. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  94. f0734cc Fix comment typo. by Johnny Chen · 13 years ago
  95. 0576c24 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 13 years ago
  96. e09e254 One last printf-style call cleanup. by Jason Molenda · 13 years ago
  97. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  98. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  99. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  100. 3066b25 Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked by Johnny Chen · 13 years ago