summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-145-15/+4
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-042-19/+69
* Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani2020-01-032-69/+19
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-032-19/+69
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-7/+2
* [lldb/ScriptInterpreter] Unify error message for command script importJonas Devlieghere2019-12-221-7/+0
* [lldb/Commands] Honor the scripting language passed (2/2)Jonas Devlieghere2019-12-211-14/+26
* [lldb/Lua] Add missing boiler plate to ScriptInterpreter.Jonas Devlieghere2019-12-211-0/+1
* [lldb/Commands] Use the default scripting langauge for BP functionsJonas Devlieghere2019-12-211-1/+4
* [lldb/Commands] Honor the scripting language passedJonas Devlieghere2019-12-211-2/+2
* [lldb/Commands] Fix bogus enum entry and add Lua (NFC)Jonas Devlieghere2019-12-211-5/+12
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-1644-122/+0
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-132-26/+20
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-1/+1
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-101-22/+25
* Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...Eric Christopher2019-12-101-25/+22
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-103-0/+3
* [lldb/Reproducers] Support multiple GDB remotesJonas Devlieghere2019-12-101-22/+25
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-10/+2
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-041-2/+2
* [lldb][NFC] Move Curses interface implementation to own fileRaphael Isemann2019-12-031-0/+1
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-022-8/+8
* [lldb][NFC] Simplify regex_chars in CommandCompletionsRaphael Isemann2019-11-291-4/+1
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-294-23/+27
* [LLDB] Fix wrong argument in CommandObjectThreadStepWithTypeAndScopeAlexandre Ganea2019-11-281-1/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-23/+20
* [Reproducer] Make 'reproducer xcrash' behave the same during capture & replayJonas Devlieghere2019-11-211-2/+3
* [NFC] Refactor and improve comments in CommandObjectTargetAdrian McCarthy2019-11-211-145/+141
* [Reproducer] Limit signals to macro define sin <csignal>Jonas Devlieghere2019-11-201-9/+0
* [Reproducer] Generate LLDB reproducer on crashJonas Devlieghere2019-11-202-2/+130
* [Reproducer] Namespace the reproducer dump options.Jonas Devlieghere2019-11-192-3/+3
* [Reproducer] Quit the debugger after generating a reproducerJonas Devlieghere2019-11-111-2/+4
* [lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann2019-11-081-49/+47
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-071-1/+1
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-072-4/+17
* [lldb] Remove dead code from STLUtils.hJonas Devlieghere2019-11-064-5/+2
* MemoryRegion: Print "don't know" permission values as suchPavel Labath2019-11-051-8/+5
* Upstream diff from swift-lldb.Adrian Prantl2019-10-311-1/+1
* Only ask once if we have no commands. NFC.Jim Ingham2019-10-301-7/+5
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-3023-443/+385
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-254-39/+36
* [Reproducer] Improve reproducer help (NFC)Jonas Devlieghere2019-10-181-2/+12
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-174-66/+64
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-171-2/+19
* [Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere2019-10-171-11/+4
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-142-6/+4
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-0/+7
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-122-7/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-122-0/+7
OpenPOWER on IntegriCloud