summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-17UserspaceEmulator: Extra format arguments in MallocTracker, found by CoverityBrian Gianforcaro
2020-08-17UserspaceEmulator: Identical code on both branches, unify return in virt$ioctlBrian Gianforcaro
2020-08-17UserspaceEmulator: Fix conditionally uninitialized locals in virt$selectBrian Gianforcaro
2020-08-16X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86Nico Weber
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15HackStudio: Silence make output when checking if make is presentMatus Ferech
2020-08-15HackStudio: Use Core::ArgsParser for path to workspaceMatus Ferech
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15HackStudio: Change singlestepping logic in the debuggerItamar
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-14Inspector: Require horizontal scrollbars less oftenNico Weber
2020-08-12DevTools: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12HackStudio: Use adopt_own(*new T) instead of OwnPtr(new T)Andreas Kling
2020-08-11UserspaceEmulator: Remove some silly semicolonsNico Weber
2020-08-11UserspaceEmulator: Log unimplemented instructions with proper backtraceAndreas Kling
2020-08-10Kernel: Use Userspace<T> for the execve syscallBrian Gianforcaro
2020-08-09HackStudio: Set the pgrp of the pseudoterminal to the child pidAnotherTest
2020-08-07UserspaceEmulator: Add the dup2 syscallAndreas Kling
2020-08-07UserspaceEmulator: Add the chdir syscallAndreas Kling
2020-08-07UserspaceEmulator: Pass full path to new UE instance in virt$execve()Andreas Kling
2020-08-07UserspaceEmulator: Add the getpgid() and waitid() syscallsAndreas Kling
2020-08-07UserspaceEmulator: Add the setpgid syscallAndreas Kling
2020-08-07UserspaceEmulator: Make the "unimplemented syscall" output look nicerAndreas Kling
2020-08-07UserspaceEmulator: Result is initialized after OR with all-1 immediateAndreas Kling
2020-08-06UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscallsAndreas Kling
2020-08-05UserspaceEmulator: Support ioctl(TCGETS) and ioctl(TCSETS)Andreas Kling
2020-08-05UserspaceEmulator: Add the access syscallAndreas Kling
2020-08-05UserspaceEmulator: Add the getcwd syscallAndreas Kling
2020-08-05UserspaceEmulator: Add the ttyname syscallAndreas Kling
2020-08-05UserspaceEmulator: Support ioctl(TIOCSPGRP)Andreas Kling
2020-08-05UserspaceEmulator: Add the getpgrp syscallAndreas Kling
2020-08-05UserspaceEmulator: Add support for UNIX signals :^)Andreas Kling
2020-08-05Base: Move "js" and "little" HackStudio projects into ~/Source/Andreas Kling
2020-08-05HackStudio: Open project or file from argv[1] if givenLinus Groh
2020-08-05HackStudio: Rename project file format from .files to .hackstudioLinus Groh
2020-08-01UserspaceEmulator: Don't print backtrace offsets if we have file/lineAndreas Kling
2020-08-01UserspaceEmulator: Report heap buffer overflows :^)Andreas Kling
2020-08-01UserspaceEmulator: Mark mmap regions as malloc blocks when mallocingAndreas Kling
2020-08-01UserspaceEmulator: Forward errors from fork() correctlyAndreas Kling
2020-07-31UserspaceEmulator: Use a report() function instead of dbgprintf()Andreas Kling