[all-commits] [llvm/llvm-project] 8d0997: [lldb][debugserver] Fix lldb testsuite routine par...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Apr 14 16:16:00 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d0997fb84d6b3fd8818e2c81b812a0dfc4e0b8f
https://github.com/llvm/llvm-project/commit/8d0997fb84d6b3fd8818e2c81b812a0dfc4e0b8f
Author: Jason Molenda <jmolenda at apple.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbutil.py
Log Message:
-----------
[lldb][debugserver] Fix lldb testsuite routine parsing logs (#192157)
I changed how lldb and debugserver fetch binaries when attaching to a
process (only fetching the addresses of binaries, not the detailed
information) but a utility function was parsing the log file and
expected the detailed information in the initial response. Updated it to
expect detailed information in the initial response, or in the
subsequent query when the first response is addresses-only.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list