[Lldb-commits] [PATCH] D154413: [lldb] Fix crash when completing register names after program exit
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 4 01:15:08 PDT 2023
DavidSpickett added reviewers: labath, JDevlieghere.
DavidSpickett added inline comments.
================
Comment at: lldb/test/API/functionalities/completion/TestCompletion.py:782
self.complete_from_to("register write rbx ", [])
def test_common_completion_target_stophook_ids(self):
----------------
I will add register info here later once I've got an x86 build going again.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154413/new/
https://reviews.llvm.org/D154413
More information about the lldb-commits
mailing list