summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-12-21UserspaceEmulator: Implement profiling, disown, purge syscallsBrendan Coles
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20UserspaceEmulator: Add lazy caching of debug info for shared librariesAndreas Kling
2020-12-19LibIPC: Remove use of ByteBuffer::wrap()Andreas Kling
2020-12-18HackStudio: Remove duplicate auto-indentation in HackStudio Language ServerSahan Fernando
2020-12-17UserspaceEmulator: Implement geteuid, getegid, ptsname syscallsBrendan Coles
2020-12-16UserspaceEmulator: Implement beep syscallBrendan Coles
2020-12-15HackStudio: Don't take LexicalPath as argumentAndreas Kling
2020-12-14UserspaceEmulator: Support dynamically loaded programsItamar
2020-12-14UserspaceEmulator: Support the name argument in mmap for file backed mappingsItamar
2020-12-14UserspaceEmulator: Update memory protection of underlying pagesItamar
2020-12-14Profiler: Symbolicate samples using coredump fileItamar
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-12-10HackStudio: Don't vend invalid indices from SearchResultsModelAndreas Kling
2020-12-10UserspaceEmulator: Fix page determinationBen Wiederhake
2020-12-08UserspaceEmulator: Implement readlink syscallBen Wiederhake
2020-12-08UserspaceEmulator: Handle overflow in virt$realpathBen Wiederhake
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-24Profiler: Fix assertion when all function samples hit one instructionAndreas Kling
2020-11-23UserspaceEmulator: Implement clock_nanosleepSimon Danner
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-11-23LibIPC: Support sending file descriptors :^)Sergey Bugaev
2020-11-23LibIPC: Prepend each message with its sizeSergey Bugaev
2020-11-22UserspaceEmulator: Add support for watch_fileSimon Danner
2020-11-19UserspaceEmulator: Inline some very hot functionsAndreas Kling
2020-11-16UserspaceEmulator: Keep Emulator& closer to the action in some placesAndreas Kling
2020-11-16UserspaceEmulator: Cache the region we're executing code fromAndreas Kling
2020-11-16UserspaceEmulator: Reduce malloc thrashing in backtrace captureAndreas Kling
2020-11-16UserspaceEmulator: Make big malloc block lookup O(1) as wellAndreas Kling
2020-11-16UserspaceEmulator: Make Region a top-level classAndreas Kling
2020-11-16UserspaceEmulator: Devirtualize read/write/execute region permissionsAndreas Kling
2020-11-16UserspaceEmulator: Hang malloc metadata on malloc block MmapRegionsAndreas Kling
2020-11-16UserspaceEmulator: Improve error text on jump to non-executable memoryAndreas Kling
2020-11-15UserspaceEmulator: Implement 32-bit FIDIV, 16-bit FIADD/FISUB/FISUBR/FIDIV/FI...Nico Weber
2020-11-15UserspaceEmulator: Add a fast path for forward REP STOSDAndreas Kling
2020-11-15UserspaceEmulator: Add a fast path for forward REP STOSBAndreas Kling
2020-11-15UserspaceEmulator: Add virtual data()/shadow_data() accessors to RegionAndreas Kling
2020-11-15UserspaceEmulator: Add a page-address-to-MMU-region lookup mapAndreas Kling
2020-11-15UserspaceEmulator: Make sure the (crappy) VM allocator is page-alignedAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-15UserspaceEmulator: Implement FISUBR_RM32Nico Weber
2020-11-14UserspaceEmulator: Fix some FPU instructions' handling of RM32/RM64Andreas Kling
2020-11-14UserspaceEmulator: Skip destroying the Emulator object on shutdownAndreas Kling
2020-11-14UserspaceEmulator: Untaint flags in FCOMI and FUCOMI for nowAndreas Kling
2020-11-14UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'edAndreas Kling
2020-11-14UserspaceEmulator: Avoid one hash lookup in target_did_malloc()Andreas Kling
2020-11-14UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlockAndreas Kling
2020-11-14UserspaceEmulator: Track malloc ChunkedBlocks for faster auditingAndreas Kling