ladybird/Userland/Libraries/LibDebug/Dwarf
Nico Weber 24a469f521 Everywhere: Prefer {:#x} over 0x{:x} in format strings
The former automatically adapts the prefix to binary and octal
output, and is what we already use in the majority of cases.

Patch generated by:

    rg -l '0x\{' | xargs sed -i '' -e 's/0x{:/{:#/'

I ran it 4 times (until it stopped changing things) since each
invocation only converted one instance per line.

No behavior change.
2024-02-21 17:54:38 +01:00
..
AbbreviationsMap.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
AbbreviationsMap.h LibDebug: Use Core::Stream to read the DWARF abbreviations map 2023-01-22 19:12:26 +01:00
AddressRanges.cpp Everywhere: Prefer {:#x} over 0x{:x} in format strings 2024-02-21 17:54:38 +01:00
AddressRanges.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
AttributeValue.cpp LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
AttributeValue.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
CompilationUnit.cpp LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
CompilationUnit.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DIE.cpp AK: Remove the fallible constructor from FixedMemoryStream 2023-02-08 17:44:32 +00:00
DIE.h LibDebug: Propagate errors throughout DWARF parsing 2023-01-22 19:12:26 +01:00
DwarfInfo.cpp LibDebug: Stub out LocListX and remove stub expression evaluator 2023-05-14 09:21:08 +02:00
DwarfInfo.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
DwarfTypes.h AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2023-03-13 15:16:20 +00:00
LineProgram.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LineProgram.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30