feat(ld.so): add all option for LD_DEBUG

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2024-12-31 18:00:45 +11:00
parent 60f700fb50
commit 9cf72fd0b2
+1
View File
@@ -272,6 +272,7 @@ impl Config {
"baseaddr" => DebugFlags::BASE_ADDRESS,
"search" => DebugFlags::SEARCH,
"scopes" => DebugFlags::SCOPES,
"all" => DebugFlags::all(),
_ => {
eprintln!("[ld.so]: unknown debug flag '{}'", opt);
DebugFlags::empty()