summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/main.cpp
AgeCommit message (Expand)Author
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-02-24UserspaceEmulator: Fix syntax of generated profilesBrian Gianforcaro
2021-12-23UserspaceEmulator: Add some implied auto qualifiersHendiadyoin1
2021-11-26UserspaceEmulator: Fix after add_positional_argument API change :^)Brian Gianforcaro
2021-11-01UserspaceEmulator: Avoid special character in pseudo-identifierBen Wiederhake
2021-10-06UserspaceEmulator: Handle PerfEvent syscallsHediadyoin1
2021-10-06UserspaceEmulator: Use only the base name for the profile nameHendiadyoin1
2021-08-28UserspaceEmulator: Profiles are now expected to have a `strings` arrayBrian Gianforcaro
2021-08-10UserspaceEmulator: Move all the profiling details into the EmulatorAli Mohammad Pur
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur
2021-08-06UserspaceEmulator: Optionally generate a Profiler-compatible profileAli Mohammad Pur
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-23UserspaceEmulator: Add a simple debugging ConsoleHendiadyoin1
2021-06-08UserspaceEmulator: Stop parsing options on first non-optionJelle Raaijmakers
2021-05-17UE: Don't look up binaries in PATH when the user specified a full pathGunnar Beutner
2021-05-17UE: Use Vector<String> for the command-line argumentsGunnar Beutner
2021-05-09UserspaceEmulator: Allow running executables not in PATHBrendan Coles
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-23UserspaceEmulator: Improve error message for typosBen Wiederhake
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling