[all-commits] [llvm/llvm-project] 8fa330: [lldb] Add support for sorting by size to `target ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Mar 1 08:34:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fa33013de5d2c47da93083642cf9f655a3d9722
https://github.com/llvm/llvm-project/commit/8fa33013de5d2c47da93083642cf9f655a3d9722
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M lldb/include/lldb/Interpreter/CommandOptionArgumentTable.h
M lldb/include/lldb/lldb-private-enumerations.h
M lldb/source/Symbol/Symtab.cpp
A lldb/test/Shell/SymbolFile/Breakpad/symtab-sorted-by-size.test
Log Message:
-----------
[lldb] Add support for sorting by size to `target module dump symtab` (#83527)
This patch adds support to sort the symbol table by size. The command
already supports sorting and it already reports sizes. Sorting by size
helps diagnosing size issues.
rdar://123788375
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