..
CMakeLists.txt
[lldb][AArch64] Add "memory tag read" command
2021-06-24 17:35:45 +01:00
CommandCompletions.cpp
[lldb] Use a struct to pass function search options to Module::FindFunction
2021-08-05 10:18:14 -07:00
CommandObjectApropos.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectApropos.h
…
CommandObjectBreakpoint.cpp
Add a "current" token to the ThreadID option to break set/modify.
2021-08-06 15:29:55 -07:00
CommandObjectBreakpoint.h
…
CommandObjectBreakpointCommand.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectBreakpointCommand.h
…
CommandObjectCommands.cpp
[lldb] Add the ability to silently import scripted commands
2021-07-09 10:05:39 -07:00
CommandObjectCommands.h
…
CommandObjectDisassemble.cpp
[lldb] Use a struct to pass function search options to Module::FindFunction
2021-08-05 10:18:14 -07:00
CommandObjectDisassemble.h
[lldb] Use C++11 default member initializers
2021-06-09 09:43:13 -07:00
CommandObjectExpression.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectExpression.h
…
CommandObjectFrame.cpp
[lldb] Allow to register frame recognizers applied beyond the first instruction
2021-08-29 17:28:46 +02:00
CommandObjectFrame.h
…
CommandObjectGUI.cpp
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectGUI.h
…
CommandObjectHelp.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectHelp.h
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectLanguage.cpp
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectLanguage.h
…
CommandObjectLog.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectLog.h
…
CommandObjectMemory.cpp
[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat
2021-08-09 12:06:59 +02:00
CommandObjectMemory.h
…
CommandObjectMemoryTag.cpp
[lldb][AArch64] Mark mismatched tags in tag read output
2021-07-30 11:47:58 +01:00
CommandObjectMemoryTag.h
[lldb][AArch64] Add "memory tag read" command
2021-06-24 17:35:45 +01:00
CommandObjectMultiword.cpp
[lldb] Rename StringRef _lower() method calls to _insensitive()
2021-06-25 00:22:01 +03:00
CommandObjectPlatform.cpp
[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat
2021-08-09 12:06:59 +02:00
CommandObjectPlatform.h
…
CommandObjectPlugin.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectPlugin.h
…
CommandObjectProcess.cpp
[lldb] Add minidump save-core functionality to ELF object files
2021-09-01 15:14:29 +02:00
CommandObjectProcess.h
…
CommandObjectQuit.cpp
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectQuit.h
…
CommandObjectRegexCommand.cpp
Fix a thinko in the parsing of substitutions in CommandObjectRegexCommand.
2021-07-27 18:58:56 -07:00
CommandObjectRegexCommand.h
…
CommandObjectRegister.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectRegister.h
…
CommandObjectReproducer.cpp
[lldb] Remove CommandReturnObject's SetError(StringRef)
2021-06-23 11:25:10 +00:00
CommandObjectReproducer.h
…
CommandObjectScript.cpp
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectScript.h
…
CommandObjectSession.cpp
…
CommandObjectSession.h
…
CommandObjectSettings.cpp
[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat
2021-08-09 12:06:59 +02:00
CommandObjectSettings.h
…
CommandObjectSource.cpp
[lldb] Use a struct to pass function search options to Module::FindFunction
2021-08-05 10:18:14 -07:00
CommandObjectSource.h
…
CommandObjectStats.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectStats.h
…
CommandObjectTarget.cpp
[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat
2021-08-09 12:06:59 +02:00
CommandObjectTarget.h
…
CommandObjectThread.cpp
[trace] Add the definition of a TraceExporter plugin
2021-07-26 18:01:50 -07:00
CommandObjectThread.h
…
CommandObjectThreadUtil.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectThreadUtil.h
[trace][intel-pt] Create basic SB API
2021-06-17 15:14:47 -07:00
CommandObjectTrace.cpp
[lldb] Remove CommandReturnObject's SetError(StringRef)
2021-06-23 11:25:10 +00:00
CommandObjectTrace.h
[trace][intel-pt] Implement trace start and trace stop
2021-03-30 17:31:37 -07:00
CommandObjectType.cpp
[lldb] Remove CommandReturnObject's SetError(StringRef)
2021-06-23 11:25:10 +00:00
CommandObjectType.h
…
CommandObjectVersion.cpp
[lldb] Replace default bodies of special member functions with = default;
2021-07-02 11:31:16 -07:00
CommandObjectVersion.h
…
CommandObjectWatchpoint.cpp
[lldb] Remove more redundant SetStatus(eReturnStatusFailed)
2021-06-22 15:28:28 +00:00
CommandObjectWatchpoint.h
…
CommandObjectWatchpointCommand.cpp
[lldb] Remove redundant calls to set eReturnStatusFailed
2021-06-17 14:39:35 +01:00
CommandObjectWatchpointCommand.h
…
CommandOptionsProcessLaunch.cpp
[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch
2021-03-23 18:24:47 +01:00
CommandOptionsProcessLaunch.h
[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch
2021-03-23 18:24:47 +01:00
Options.td
[lldb] Add minidump save-core functionality to ELF object files
2021-09-01 15:14:29 +02:00
OptionsBase.td
…