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