llvm-capstone/lldb/tools
Greg Clayton 5998aceda9 Have lldb-vscode update the currently selecte thread and frame when it receives a "scopes" request.
Summary: The IDE has no packets that are sent to lldb-vscode that say which thread and frame are selected. The only way we know is we get a request for variables for a stack frame via a "scopes" request. When we receive this packet we make that thread and frame the selected thread and frame in lldb. This way when people execute lldb commands in the debug console by prefixing the expression with the backtick character, we will have the right thread and frame selected. Previously this was not updated as new stack frames were selected.

Reviewers: labath, aadsm, wallace, JDevlieghere

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77347
2020-04-02 18:35:17 -07:00
..
argdumper
compact-unwind
darwin-debug
darwin-threads
debugserver [debugserver/ARM64] Make sure watchpoints hit are attributed correctly. 2020-03-31 15:56:20 -07:00
driver [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
intel-features [intel-pt] Implement a basic test case 2020-04-02 11:36:05 -07:00
lldb-instr
lldb-perf/darwin/sketch
lldb-server [lldb] Change Communication::SetConnection to take a unique_ptr 2020-04-02 14:42:25 +02:00
lldb-test [lldb][NFC] Make ArrayRef initialization more obvious in lldb-test.cpp 2020-02-25 09:48:17 +01:00
lldb-vscode Have lldb-vscode update the currently selecte thread and frame when it receives a "scopes" request. 2020-04-02 18:35:17 -07:00
CMakeLists.txt