llvm-project/lldb/test/Shell/Commands
Pavel Labath 1ca1e08e75 [lldb] Break up CommandObjectDisassemble::DoExecute
The function consisted of a complicated set of conditions to compute the
address ranges which are to be disassembled (depending on the mode
selected by command line switches). This patch creates a separate
function for each mode, so that DoExecute is only left with the task of
figuring out how to dump the relevant ranges.

This is NFC-ish, except for one change in the error message, which is
actually an improvement.
2020-03-10 14:03:16 +01:00
..
CommandScriptImmediateOutput Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
Inputs [lldb] Reduce duplication in CommandObjectDisassemble 2020-03-04 13:47:35 +01:00
command-backtrace.test Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
command-breakpoint-col.test [lldb/Commands] Make column available through _regexp-break 2020-01-27 15:11:00 -08:00
command-disassemble-process.yaml [lldb] Reduce duplication in CommandObjectDisassemble 2020-03-04 13:47:35 +01:00
command-disassemble.s [lldb] Break up CommandObjectDisassemble::DoExecute 2020-03-10 14:03:16 +01:00
command-regex-delete.test Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
command-regex-unalias.test Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
command-script-import.test [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
command-source.test Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
command-thread-select.test [lldb] Make sure we don't drop asynchronous output when sourcing files 2020-03-03 11:18:41 +01:00
lit.local.cfg [lldb] Add detailed tests for the "disassemble" command 2020-03-03 16:40:27 +01:00