summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-08-13Profiler: Store event type as enumAndreas Kling
2021-08-13Profiler: Remove "Signpost " prefix from timeline tooltipsAndreas Kling
2021-08-12Revert "HackStudio: Remove noop code when opening the project"Andreas Kling
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-12HackStudio: Remove noop code when opening the projectKarol Kosek
2021-08-12HackStudio: Show the 'Save as...' dialog when saving uncreated fileKarol Kosek
2021-08-12HackStudio: Add 'Save as...' actionKarol Kosek
2021-08-12HackStudio: Show text editor after starting the applicationKarol Kosek
2021-08-12Kernel: Make sys$perf_register_string() generate the string ID'sAndreas Kling
2021-08-12Profiler: Parse and render signpost stringsAndreas Kling
2021-08-12Profiler: Parse and paint profile signpost events :^)Andreas Kling
2021-08-11HackStudio: Make "Open project" action open in the current project pathKarol Kosek
2021-08-10Profiler: Disassemble the entire function if the symbol is a functionAli Mohammad Pur
2021-08-10Profiler: Use SelectionBehavior::SelectRowssin-ack
2021-08-10UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for nowAndreas Kling
2021-08-10Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()Andreas Kling
2021-08-10UserspaceEmulator: Move all the profiling details into the EmulatorAli Mohammad Pur
2021-08-10Profiler: Disassemble the containing function for non-function symbolsAli Mohammad Pur
2021-08-10Profiler: Show the symbol address in object fileAli Mohammad Pur
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-08UserspaceEmulator: Use `for_each_region_of_type` in `find_text_region`Daniel Bertalan
2021-08-08UserspaceEmulator: Make symbolication work when .text isn't the firstDaniel Bertalan
2021-08-08UserspaceEmulator: Fix typo in a method nameDaniel Bertalan
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06Profiler: Display source location information in the disassembly viewAli Mohammad Pur
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-08-06UserspaceEmulator: Optionally generate a Profiler-compatible profileAli Mohammad Pur
2021-08-02HackStudio: Enable building HackStudio on x86_64Gunnar Beutner
2021-08-01HackStudio: Properly close previous project when opening a new oneLennon Donaghy
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-31HackStudio+TextEditor: Sync extensions from the FileIconProvider fileKarol Kosek
2021-07-31HackStudio: Don't use 'else' after 'return'Karol Kosek
2021-07-31HackStudio: Add syntax highlighting for HTML, Shell, and SQL filesKarol Kosek
2021-07-29Profiler: Don't perform disassembly when disassembly view is hiddenAndreas Kling
2021-07-29HackStudio: Add GML Preview action tabConor Byrne
2021-07-29HackStudio: Add autocompletion for GML filesConor Byrne
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-07-28HackStudio: Tweak splitter spacings in the main UIAndreas Kling
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-26HackStudio: Resize editors when removing panesNicholas Hollett
2021-07-24GML Playground: Add Vim emulationPhoenix
2021-07-22UserspaceEmulator: Move to using the new SoftFPUHendiadyoin1
2021-07-22UserspaceEmulator: Implement SoftFPU instructionsHendiadyoin1
2021-07-22UserspaceEmulator: Sketch out a SoftFPU interfaceHendiadyoin1
2021-07-22LibX86: Add missing MovD and MovQ instructionsHendiadyoin1