kleines Filmröllchen
|
062e0db46c
LibCore: Make MappedFile OwnPtr-based
|
1 年之前 |
Lucas CHOLLET
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
2 年之前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
2 年之前 |
Sam Atkins
|
f33824d2e9
LibGUI+Userland: Propagate errors in Model::column_name()
|
2 年之前 |
Karol Kosek
|
945f05ed76
Userland: Port `Model::column_name()` to String
|
2 年之前 |
Jelle Raaijmakers
|
f0f9d8f1e0
Profiler: Standardize percentage formatting
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Tim Schumacher
|
e62269650a
LibDebug: Propagate errors throughout DWARF parsing
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Simon Wanner
|
bf768ed215
Profiler: Don't stop disassembly on invalid instructions
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Lenny Maiorani
|
7070713ec8
DevTools: Use default constructors/destructors
|
3 年之前 |
Stephan Unverwerth
|
1c3a82d59e
Profiler: Extract percentage gradient calculation into its own file
|
3 年之前 |
Stephan Unverwerth
|
ddccf451a9
Profiler: Make everything east-const :^)
|
3 年之前 |
Hendiadyoin1
|
39a4c0e6ce
Profiler: Add some implied auto qualifiers
|
3 年之前 |
Andreas Kling
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 年之前 |
Hendiadyoin1
|
1533123263
Profiler: Stop disassembly on invalid instructions
|
3 年之前 |
Hendiadyoin1
|
134f43ba12
Profiler: Don't try to disassemble empty buffers
|
3 年之前 |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 年之前 |
Daniel Bertalan
|
b883652a83
Profiler: Cache parsed DWARF debug information in disassembly view
|
3 年之前 |
Daniel Bertalan
|
8e1f882ac9
Profiler: Load the actual kernel binary for disassembly
|
3 年之前 |
Daniel Bertalan
|
80b660132c
Profiler: Share the mapped kernel between Profile and DisassemblyModel
|
3 年之前 |
Daniel Bertalan
|
15a14d3d21
LibX86: Take load base address into consideration during disassembly
|
3 年之前 |
Daniel Bertalan
|
7c27ba1240
Profiler: Subtract the kernel's base address when searching for symbols
|
3 年之前 |
Ali Mohammad Pur
|
3ad2f1bfd1
Profiler: Disassemble the entire function if the symbol is a function
|
4 年之前 |
Ali Mohammad Pur
|
2128ae4ab0
Profiler: Disassemble the containing function for non-function symbols
|
4 年之前 |
sin-ack
|
ca2c81251a
Everywhere: Replace Model::update() with Model::invalidate()
|
4 年之前 |
Ali Mohammad Pur
|
5d3b452897
Profiler: Display source location information in the disassembly view
|
4 年之前 |
Brian Gianforcaro
|
a4c37d49a0
DevTools: Remove unused header includes
|
4 年之前 |