feat(ld.so): add all option for LD_DEBUG
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user