[all-commits] [llvm/llvm-project] 332332: [lldb] Fix log & progress report for in-memory bin...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 21 15:36:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3323321f4ef04308c50a3dc4ad17dfa1e13d8477
https://github.com/llvm/llvm-project/commit/3323321f4ef04308c50a3dc4ad17dfa1e13d8477
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Log Message:
-----------
[lldb] Fix log & progress report for in-memory binaries
Fix the log and progress report message for in-memory binaries. If
there's no object file, use the name from the Module. With this patch we
correctly show the library name when attaching to a remote process
without an expanded shared cache.
Differential revision: https://reviews.llvm.org/D122177
More information about the All-commits
mailing list