- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- be73fd6 Remove duplicated check and shared_ptr copying. 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
- 7263f1b Invert ArchSpec<->Platform dependency by Pavel Labath · 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
- fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
- c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
- 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
- 11eb9c6 Convert various CommandInterpreter functions 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
- 0b4c26b I'm experimenting with changing how the mixed source & assembly by Jason Molenda · 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
- 26cac3a 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
- 125adcf0 Change the (internal to this file only) enum names from gcc_ to by Jason Molenda · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 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
- 2f4693a Get "dis -c -s" working again. by Jim Ingham · 11 years ago
- 2f2c876 Make "disassemble -a" work when the target is not running yet. It will dump all the functions matching that address, just like "disassemble -n" does before running. by Jim Ingham · 12 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
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- bcf81ea Fix a couple of typos in the help text for disassemble by Ben Langmuir · 12 years ago
- 35729bb Adds an option to resolve a symbol from an address that can be used by Ashok Thirumurthi · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- 801237a Change the disassemble option to specify the architecture from '-a' to '-A'. by Jason Molenda · 12 years ago
- 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
- b84a9db <rdar://problem/12552374> by Enrico Granata · 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
- 1fb2e7d Switch "disassemble" with no arguments or options to disassemble the current frame instead of around the current PC. by Greg Clayton · 13 years ago
- b9d5df5 <rdar://problem/12820334> 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
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
- 9a02851 Removed explicit NULL checks for shared pointers by Sean Callanan · 13 years ago
- 7e6d4e5 Instructions generated by a disassembler can now by Sean Callanan · 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
- 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
- e761213 <rdar://problem/10997402> 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
- c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
- 3555b5d disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. by Jim Ingham · 14 years ago
- b10d72f Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 14 years ago
- 1da6f9d Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 14 years ago
- effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. 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
- 1f1b269 Fix a test suite crasher. by Johnny Chen · 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
- 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
- 1080edbc Cleaned up the Disassembler code a bit more. You can now request a disassembler 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
- 37023b0 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 15 years ago
- b3396b2 Fixed the -r parameter to the disassemble command by Sean Callanan · 15 years ago
- 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
- dae97b4 Revert last checking to CommandObjectDisassemble.cpp; that was by Jason Molenda · 15 years ago
- fa19c3e7 Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 15 years ago
- 8ceb8ba The r117616 check in broken these two test cases: by Johnny Chen · 15 years ago
- dbaf183 Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 15 years ago
- 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- 8d88020 Uncomment/fix "-f" command option for disassemble command. by Caroline Tice · 15 years ago
- deaab22 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
- 6dbd398 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 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
- 9da7bd0 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 15 years ago
- dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
- 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- a68c1a2 Unstick the -r option for the disassemble command. by Sean Callanan · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago