1. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  2. 386aafa Remove unused #includes of ScriptInterpreterPython.h by Zachary Turner · 10 years ago
  3. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  4. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  5. a72b31c This is some groundwork for filtering the language Exception by Jim Ingham · 10 years ago
  6. de50d36 Fix "help language", the languages printer was assuming the by Jim Ingham · 10 years ago
  7. 48b475c Fix warnings generated by clang-cl. by Zachary Turner · 10 years ago
  8. 6f79bb2 Add support for Python object commands to return custom short and long help by implementing by Enrico Granata · 11 years ago
  9. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  10. 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
  11. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  12. 2f02fe0 Add commands type format info type summary info type synthetic info by Enrico Granata · 11 years ago
  13. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  14. e59b0d2 Have CommandObject::CheckRequirements() report the largest missing by Jason Molenda · 11 years ago
  15. 735152e Add a --help (-h) option to "command script add" that enables users to define a one-liner short help for their command by Enrico Granata · 11 years ago
  16. 6d8873f Probably should initialize that new ivar while I'm at it... by Jim Ingham · 11 years ago
  17. 3b65262 Add a variant of the CommandOverrideCallback that takes a by Jim Ingham · 11 years ago
  18. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  19. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  20. 9b5442a Now that the command interpreter runs in a separate thread in Xcode, we need to lock the target API lock instead of trying to lock it. by Greg Clayton · 12 years ago
  21. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  22. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  23. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  24. ca5acdb <rdar://problem/13270271> by Enrico Granata · 12 years ago
  25. 9b62d1d <rdar://problem/11914077> by Enrico Granata · 12 years ago
  26. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 12 years ago
  27. 54e39db Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 12 years ago
  28. a23f73d Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 12 years ago
  29. b7ad58a <rdar://problem/13457391> by Greg Clayton · 12 years ago
  30. 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
  31. 59de94b Since an address (0x12346) is an expression, be brief. by Enrico Granata · 13 years ago
  32. b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
  33. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  34. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  35. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  36. 48947c7 A few more build fixes for gcc 4.6: by Daniel Malea · 13 years ago
  37. 3154255 This is a fix for the command option parser. by Sean Callanan · 13 years ago
  38. d947739 Improved support for language types as command options: by Sean Callanan · 13 years ago
  39. 998255b <rdar://problem/12491387> by Greg Clayton · 13 years ago
  40. cd8b7cd Made the help for the -n option on by Sean Callanan · 13 years ago
  41. 84c7bd7 Clarify the doc string for register-name a bit, add flags. by Jim Ingham · 13 years ago
  42. 931e674 Document the generic register names in help for register-name. by Jim Ingham · 13 years ago
  43. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  44. 797a1b3 Fix arch_helper() to return the list of supported architectures. by Johnny Chen · 13 years ago
  45. d70b14e Fixed memory management issues introduced by revision 157507. by Greg Clayton · 13 years ago
  46. ca7835c rdar://problem/11535045 by Johnny Chen · 13 years ago
  47. fab10e8 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 14 years ago
  48. a9f7b79 <rdar://problem/10605072> by Greg Clayton · 14 years ago
  49. 34ddc8d Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 14 years ago
  50. 6561d15 Add comment describing the interaction of WantsRawCommandString()/WantsCompletion() with the completion mechanism. by Johnny Chen · 14 years ago
  51. 6f99b63 rdar://problem/10724187 by Johnny Chen · 14 years ago
  52. a4c6ad1 Fixed the help text for raw commands like "expr" by Sean Callanan · 14 years ago
  53. 0a305db this patch addresses several issues with "command script" subcommands: by Enrico Granata · 14 years ago
  54. f91381e Update the GDB format text to be a bit more clear. by Greg Clayton · 14 years ago
  55. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  56. de75346 Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 14 years ago
  57. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  58. a323473 Fix comment typo. by Johnny Chen · 14 years ago
  59. 184d7a7 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 14 years ago
  60. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  61. 887062a Watchpoint WIP: by Johnny Chen · 14 years ago
  62. b1d7529 Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 14 years ago
  63. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  64. 99f0b8f When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 14 years ago
  65. 331eff3 Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 14 years ago
  66. b8e8a5f Allow reading memory from files before the target has been run. by Jim Ingham · 14 years ago
  67. fc7a7f3 final fix for the global constructors issue by Enrico Granata · 14 years ago
  68. 7f941d9 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 14 years ago
  69. 82a7d98 new detailed descriptions for type summary add and type format add by Enrico Granata · 14 years ago
  70. 0a3958e several improvements to "type summary": by Enrico Granata · 14 years ago
  71. ab65b34 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  72. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  73. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  74. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  75. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  76. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  77. ca1176a Add missing cases to switch statements & remove 'default'. by Caroline Tice · 15 years ago
  78. 74af4bc Silence clang warnings. by Johnny Chen · 15 years ago
  79. 0c16aa6 Eliminate a pile of "type qualifiers ignored on function return type" warnings. by Stephen Wilson · 15 years ago
  80. 7a5388b Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 15 years ago
  81. e1e9602 Fix a few things in the CommandArguments table. by Jim Ingham · 15 years ago
  82. 9d0402b Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 15 years ago
  83. e16c50a Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 15 years ago
  84. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  85. b766a73 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
  86. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  87. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  88. c0dbdfb Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 15 years ago
  89. 3573135 Add new argument type, eArgSignalName, by Caroline Tice · 15 years ago
  90. 4b6fbf3 Replace contains_string with 'strcasestr' from libc. by Caroline Tice · 15 years ago
  91. 237cd90 Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
  92. e6acf35 Emit a diagnostic message instead of crashing when an argument entry is missing. by Johnny Chen · 15 years ago
  93. e5e2b0c Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the global arguments table. by Johnny Chen · 15 years ago
  94. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  95. deaab22 by Caroline Tice · 15 years ago
  96. e139cf2 by Caroline Tice · 15 years ago
  97. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  98. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  99. 279a6c2 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 15 years ago
  100. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago