index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-24
UserspaceEmulator: Fix syntax of generated profiles
Brian Gianforcaro
2021-12-23
UserspaceEmulator: Add some implied auto qualifiers
Hendiadyoin1
2021-11-26
UserspaceEmulator: Fix after add_positional_argument API change :^)
Brian Gianforcaro
2021-11-01
UserspaceEmulator: Avoid special character in pseudo-identifier
Ben Wiederhake
2021-10-06
UserspaceEmulator: Handle PerfEvent syscalls
Hediadyoin1
2021-10-06
UserspaceEmulator: Use only the base name for the profile name
Hendiadyoin1
2021-08-28
UserspaceEmulator: Profiles are now expected to have a `strings` array
Brian Gianforcaro
2021-08-10
UserspaceEmulator: Move all the profiling details into the Emulator
Ali Mohammad Pur
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
2021-08-06
UserspaceEmulator: Optionally generate a Profiler-compatible profile
Ali Mohammad Pur
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-06-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-05-17
UE: Don't look up binaries in PATH when the user specified a full path
Gunnar Beutner
2021-05-17
UE: Use Vector<String> for the command-line arguments
Gunnar Beutner
2021-05-09
UserspaceEmulator: Allow running executables not in PATH
Brendan Coles
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-23
UserspaceEmulator: Improve error message for typos
Ben Wiederhake
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling