1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:18:12 +00:00
serenity/Applications
Itamar 9e51e295cf ptrace: Add PT_SETREGS
PT_SETTREGS sets the regsiters of the traced thread. It can only be
used when the tracee is stopped.

Also, refactor ptrace.
The implementation was getting long and cluttered the alraedy large
Process.cpp file.

This commit moves the bulk of the implementation to Kernel/Ptrace.cpp,
and factors out peek & poke to separate methods of the Process class.
2020-04-13 00:53:22 +02:00
..
About LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Browser Browser: Accept file:// URLs on the command line 2020-04-11 23:11:10 +02:00
Calculator LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Calendar Calendar: Implement add event action 2020-04-10 11:28:34 +02:00
ChanViewer AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr 2020-04-05 11:19:00 +02:00
Debugger ptrace: Add PT_SETREGS 2020-04-13 00:53:22 +02:00
DisplayProperties DisplayProperties: Replace TextBox with ColorInput. 2020-04-10 11:25:49 +02:00
FileManager FileManager: Add properties action to directory context menu 2020-04-05 16:02:07 +02:00
FontEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Help LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
HexEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
IRCClient IRCClient: Add channel member context menus for common CTCP requests 2020-04-11 14:26:36 +02:00
PaintBrush LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Piano LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
QuickShow QuickShow: Small code edits to fit standards 2020-04-12 18:08:11 +02:00
SoundPlayer LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
SystemMenu SystemMenu: Sort applications alphabetically 2020-03-29 14:58:26 +02:00
SystemMonitor LibGUI: Add a way for models to update without invalidating indexes 2020-04-12 12:03:33 +02:00
Taskbar Taskbar: Show default window icons when no icons are set 2020-03-30 10:52:09 +02:00
Terminal LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
TextEditor LibGUI: Add MenuBar::add_menu(name) 2020-04-04 12:58:05 +02:00
Welcome LibCore: Make Core::Object::add<ChildType> return a ChildType& 2020-03-04 21:04:06 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00