commit | 8d646f2613a5858df94ad08dfbfb6a691dfd5540 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Fri Dec 14 22:36:35 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Fri Dec 14 22:36:35 2012 +0000 |
tree | 23bd8a0d47b283b171a2f5518c40964d0e803373 | |
parent | 48562000534f7464c1db74cd373e48f09fb0a349 [diff] [blame] |
Switch "disassemble" with no arguments or options to disassemble the current frame instead of around the current PC. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@170254 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectDisassemble.h b/source/Commands/CommandObjectDisassemble.h index 7587c0a..2433c1d 100644 --- a/source/Commands/CommandObjectDisassemble.h +++ b/source/Commands/CommandObjectDisassemble.h
@@ -62,7 +62,7 @@ uint32_t num_instructions; bool raw; std::string func_name; - bool cur_function; + bool current_function; lldb::addr_t start_addr; lldb::addr_t end_addr; bool at_pc;