[Lldb-commits] [PATCH] D141626: [lldb-vscode] Include the return value in 'local' variables
Ivan Hernandez via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 12:01:23 PST 2023
ivanhernandez13 created this revision.
Herald added a project: All.
ivanhernandez13 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This provides a convenient way for the user to easily inspect a functions return value after
stepping out of a function.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141626
Files:
lldb/test/API/tools/lldb-vscode/variables/TestVSCode_variables.py
lldb/tools/lldb-vscode/JSONUtils.cpp
lldb/tools/lldb-vscode/JSONUtils.h
lldb/tools/lldb-vscode/lldb-vscode.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141626.488731.patch
Type: text/x-patch
Size: 4953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230112/02c084fd/attachment.bin>
More information about the lldb-commits
mailing list