llvm-capstone/lldb/source/Commands
Alex Langford 58fe7b751d [lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRef
This is in preparation to remove the uses of ConstString from
UnixSignals.

Differential Revision: https://reviews.llvm.org/D158209
2023-08-21 12:44:17 -07:00
..
CMakeLists.txt [lldb][CMake] Enforce not linking against plugin libs in core libs 2023-03-21 16:24:36 -07:00
CommandCompletions.cpp Refine the reporting mechanism for interruption. 2023-07-06 16:19:19 -07:00
CommandObjectApropos.cpp
CommandObjectApropos.h
CommandObjectBreakpoint.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectCommands.h
CommandObjectDiagnostics.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectDiagnostics.h [lldb] Add a "diagnostics dump" command 2022-10-31 14:40:41 -07:00
CommandObjectDisassemble.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectDisassemble.h [trace] Add a flag to the decoder to output the instruction type 2022-07-12 16:23:03 -07:00
CommandObjectDWIMPrint.cpp [lldb] Print hint if object description is requested but not implemented 2023-08-02 15:33:32 -07:00
CommandObjectDWIMPrint.h [lldb] Add variable completion to dwim-print 2023-03-06 10:42:32 -08:00
CommandObjectExpression.cpp [lldb] Delay removal of persistent results 2023-05-18 09:44:11 -07:00
CommandObjectExpression.h [lldb] Delay removal of persistent results 2023-05-18 09:44:11 -07:00
CommandObjectFrame.cpp [lldb] Make frame var --regex always search globals 2023-07-19 17:11:21 -04:00
CommandObjectFrame.h
CommandObjectGUI.cpp Have CommandObjectParsed check for "commands that take no arguments". 2022-06-27 15:14:41 -07:00
CommandObjectGUI.h
CommandObjectHelp.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectHelp.h [lldb] Fix modernize-use-equals-default warnings (NFC) 2022-06-17 15:08:02 -07:00
CommandObjectLanguage.cpp
CommandObjectLanguage.h
CommandObjectLog.cpp [lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a pointer 2023-06-26 10:36:41 -07:00
CommandObjectLog.h
CommandObjectMemory.cpp [lldb] Complete OptionValue cleanup (NFC) 2023-05-14 20:18:47 -07:00
CommandObjectMemory.h
CommandObjectMemoryTag.cpp [LLDB] Apply FixCodeAddress to all forms of address arguments 2023-02-13 10:15:52 +00:00
CommandObjectMemoryTag.h
CommandObjectMultiword.cpp [lldb] Prevent crash when completing ambiguous subcommands 2023-07-10 14:50:40 -07:00
CommandObjectPlatform.cpp Reland "[LLDB] Fix the use of "platform process launch" with no extra arguments" 2023-06-29 08:21:42 +00:00
CommandObjectPlatform.h Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstance" 2023-01-13 09:13:03 -08:00
CommandObjectPlugin.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectPlugin.h
CommandObjectProcess.cpp [lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRef 2023-08-21 12:44:17 -07:00
CommandObjectProcess.h
CommandObjectQuit.cpp Have CommandObjectParsed check for "commands that take no arguments". 2022-06-27 15:14:41 -07:00
CommandObjectQuit.h
CommandObjectRegexCommand.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectRegexCommand.h [lldb] Remove unused CommandObjectRegexCommand::m_max_matches (NFC) 2023-02-09 19:35:00 -08:00
CommandObjectRegister.cpp [lldb] Add register field tables to the "register info" command 2023-06-21 10:50:31 +00:00
CommandObjectRegister.h
CommandObjectScript.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectScript.h [lldb] Fix modernize-use-equals-default warnings (NFC) 2022-06-17 15:08:02 -07:00
CommandObjectSession.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectSession.h
CommandObjectSettings.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectSettings.h
CommandObjectSource.cpp [lldb] Add two-level caching in the source manager 2023-07-03 14:12:39 -07:00
CommandObjectSource.h
CommandObjectStats.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandObjectStats.h
CommandObjectTarget.cpp [lldb][NFCI] Methods to load scripting resources should take a Stream by reference 2023-07-11 10:36:11 -07:00
CommandObjectTarget.h
CommandObjectThread.cpp Refine the reporting mechanism for interruption. 2023-07-06 16:19:19 -07:00
CommandObjectThread.h
CommandObjectThreadUtil.cpp [trace] Fix errors when handling command arguments 2022-06-28 17:54:30 -07:00
CommandObjectThreadUtil.h [trace] Fix errors when handling command arguments 2022-06-28 17:54:30 -07:00
CommandObjectTrace.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectTrace.h
CommandObjectType.cpp [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
CommandObjectType.h
CommandObjectVersion.cpp Have CommandObjectParsed check for "commands that take no arguments". 2022-06-27 15:14:41 -07:00
CommandObjectVersion.h
CommandObjectWatchpoint.cpp [lldb] Disable variable watchpoints when going out of scope 2023-06-07 16:52:11 -07:00
CommandObjectWatchpoint.h
CommandObjectWatchpointCommand.cpp [lldb] Fix {break,watch}point command function stopping behaviour 2023-02-28 11:39:58 -08:00
CommandObjectWatchpointCommand.h
CommandOptionArgumentTable.cpp [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
CommandOptionsProcessAttach.cpp [lldb][NFC] makeArrayRef -> ArrayRef 2023-03-23 14:05:06 -07:00
CommandOptionsProcessAttach.h [lldb] Add scripted process launch/attach option to {,platform }process commands 2023-03-03 19:33:02 -08:00
CommandOptionsProcessLaunch.cpp Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
CommandOptionsProcessLaunch.h
Options.td [lldb/Commands] Add support to auto-completion for user commands 2023-06-06 10:58:34 -07:00
OptionsBase.td [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00