summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/main.cpp
AgeCommit message (Expand)Author
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-25UserspaceEmulator: Use Core::Process::set_name()Sam Atkins
2023-01-21UserspaceEmulator: Use `Core::Stream` for writing profiling dataTim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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