summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
Commit message (Expand)AuthorAgeFilesLines
...
* [Reproducers] Improve reproducer helpJonas Devlieghere2019-05-031-7/+18
* Mention the thread-format & frame-format settings in help.Jim Ingham2019-05-021-2/+7
* [CommandObjectCommands] Honor stop-command-source-on-errorJonas Devlieghere2019-05-021-2/+7
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-2718-131/+116
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-266-23/+23
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+1
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-231-9/+9
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1047-438/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-3/+6
* [Reproducers] Print warning when generating the reproducer.Jonas Devlieghere2019-04-021-0/+3
* Quiet command regex instructions during batch executionDave Lee2019-03-105-15/+15
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-091-1/+25
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-7/+7
* Refactor user/group name resolving codePavel Labath2019-03-041-8/+6
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-022-3/+3
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-011-6/+23
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* [Reproducer] Make 'reproducer generate' a NOOP during replay.Jonas Devlieghere2019-02-271-0/+5
* Revert r354706 - lit touched my thighJim Ingham2019-02-231-23/+6
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-231-6/+23
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-2/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-135-35/+36
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-114-30/+35
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+1
* Fix some warnings in building LLDB.Zachary Turner2019-01-291-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1958-232/+174
* Recommit "Add a verbose mode to "image dump line-table" and use it to write a...Pavel Labath2019-01-171-4/+44
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-3/+4
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-8/+14
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-23/+14
* Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath2019-01-101-44/+4
* Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel Labath2019-01-101-4/+44
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* "help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham2018-12-211-3/+6
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-3/+2
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-191-3/+5
* Simplify Boolean expressionsJonas Devlieghere2018-12-153-8/+5
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-11/+11
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-102-2/+2
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-041-13/+15
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-111/+17
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+49
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-14/+2
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-16/+25
* [reproducer] Post-commit cleanupJonas Devlieghere2018-11-151-8/+5
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-133-0/+238
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-1/+1
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-1149-195/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-1/+1
OpenPOWER on IntegriCloud