summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-25HackStudio: Add a registers view for the current function in debug modeLuke
2020-08-25HackStudio: Add a disassembly view for the current function in debug modeLuke
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
2020-08-22HackStudio: Add icons for "step in" and "step out"Itamar
2020-08-22HackStudio: Move debugger actions to a toolbar in the debug widgetItamar
2020-08-21IPCCompiler: Fix formatting mishap after GenericLexer changeNico Weber
2020-08-21IPCCompiler: Use GenericLexerNico Weber
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