Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 年之前 |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Sönke Holz
|
6824d2a788
Userland+Tests: Add initial riscv64 support
|
1 年之前 |
Itamar
|
951a8269f0
Debugger: Support attaching to a running process
|
2 年之前 |
Ben Wiederhake
|
3281050359
Everywhere: Remove "LibC/" includes, add lint-rule against it
|
2 年之前 |
Liav A
|
e11dcd21c1
Applications: Remove i686 support
|
2 年之前 |
Liav A
|
85b453c2e4
Kernel+Userland: Remove dependency on i386-specific registers
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Gunnar Beutner
|
31bd5b1a02
AK+Userland: Stub out code that isn't currently implemented on AARCH64
|
2 年之前 |
Undefine
|
97cc33ca47
Everywhere: Make the codebase more architecture aware
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Brian Gianforcaro
|
9cfd520bb8
Applications: Use default execpromises parameter to `pledge(..)`
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Lenny Maiorani
|
ed971f1134
Applications: Port Debugger to LibMain
|
3 年之前 |
Ali Mohammad Pur
|
6d64b13a1b
LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance
|
3 年之前 |
mjz19910
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 年之前 |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
3 年之前 |
Peter
|
80aa1b93d1
Debugger: Add logging for the other 8 GPRs too
|
3 年之前 |
Ali Mohammad Pur
|
3a9f00c59b
Everywhere: Use OOM-safe ByteBuffer APIs where possible
|
3 年之前 |
Brian Gianforcaro
|
a51e6547aa
Applications: Remove unused header includes
|
4 年之前 |
Gunnar Beutner
|
31f30e732a
Everywhere: Prefix hexadecimal numbers with 0x
|
4 年之前 |
Hendiadyoin1
|
2c2cf90661
Utilities: Fix Build on x86_64
|
4 年之前 |
Hendiadyoin1
|
8e575d2f62
Debugger: Compile on x86_64
|
4 年之前 |
Gunnar Beutner
|
c9a8dfa1bf
Userland: Add more TODO()s for arch-specific code
|
4 年之前 |
Andreas Kling
|
bf8fd4c193
Everywhere: Remove accidental '\n' from various outln() invocations
|
4 年之前 |
Linus Groh
|
8625f089bf
Debugger: Replace printf() with outln()
|
4 年之前 |
Gunnar Beutner
|
d954c11f66
Everywhere: Add missing includes for <AK/OwnPtr.h>
|
4 年之前 |
spigwitmer
|
04f26183cb
Debugger: Add basic backtrace support
|
4 年之前 |