- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- 991e445 Don't type-erase the SymbolContextItem enumeration. by Zachary Turner · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
- 9347b68 "source list -a" was calling DisplaySourceLinesWithNumbers incorrectly. by Jim Ingham · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
- 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
- 2c84f90 Remove some more uses of Args::GetArgumentAtIndex. by Zachary Turner · 9 years ago
- fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
- 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
- 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
- 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
- 9666ba7 add stop column highlighting support by Todd Fiala · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- 911d578 Keep original source path and mapped path in LineEntry by Ted Woodward · 9 years ago
- 3f18ea0 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
- 954b40b Add support for "source info" and use it to fix MI's -symbol-list-lines. by Dawn Perchik · 10 years ago
- 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
- 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- c980fa9 Change the default disassembly format again. First attempt at by Jason Molenda · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
- aff1b35 Add a new disassembly-format specification so that the disassembler by Jason Molenda · 11 years ago
- ca902e8 Fix the missleading indentation. Fix CID 1096300 by Sylvestre Ledru · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- cc791bb Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 12 years ago
- ef2129d <rdar://problem/13217784> by Greg Clayton · 12 years ago
- ee0c832 <rdar://problem/13678882> by Greg Clayton · 12 years ago
- e4ca515 <rdar://problem/13404189> by Greg Clayton · 13 years ago
- 7231035 <rdar://problem/13265297> by Greg Clayton · 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
- 196bbc2 Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the by Jim Ingham · 13 years ago
- c1a9ecd <rdar://problem/8908550> by Greg Clayton · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 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
- b9a01b3 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 14 years ago
- 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
- e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
- 9c97844 Missing return in error handling for "source list". by Jim Ingham · 14 years ago
- aea8179 "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- 6626447 Missed one place where we should use the target's SourceManager, not the debugger's. by Jim Ingham · 14 years ago
- c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
- fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
- b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
- effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
- 7e14f91 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 14 years ago
- 3300d77 Fixed an issue where breakpoint were being displayed when using the "source list" by Greg Clayton · 14 years ago
- 176761e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
- f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
- 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
- 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
- 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 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
- ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
- a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
- e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- 3f4c09c by Caroline Tice · 15 years ago
- 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 5466e75 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 15 years ago
- ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago