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