diff options
author | Itamar <itamar8910@gmail.com> | 2020-04-03 14:50:17 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-13 00:53:22 +0200 |
commit | 77f671b462be1c3f5469a348337326235da6d5a0 (patch) | |
tree | 4ed44b9ca23ef8dd6a5284e84b7405f8d454783a /Kernel/build-root-filesystem.sh | |
parent | c112f533578cda48396308ee34314917d97a5614 (diff) | |
download | serenity-77f671b462be1c3f5469a348337326235da6d5a0.zip |
CPU: Handle breakpoint trap
Also, start working on the debugger app.
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 19f6bb3a13..ddc2ee86e3 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -143,8 +143,10 @@ cp ../Applications/DisplayProperties/DisplayProperties mnt/bin/DisplayProperties cp ../Applications/Welcome/Welcome mnt/bin/Welcome cp ../Applications/Help/Help mnt/bin/Help cp ../Applications/Browser/Browser mnt/bin/Browser +cp ../Applications/Debugger/Debugger mnt/bin/sdb cp ../Games/Solitaire/Solitaire mnt/bin/Solitaire cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld +cp ../Demos/Debugee/Debugee mnt/bin/Debugee cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery cp ../Demos/Fire/Fire mnt/bin/Fire cp ../Demos/DynamicLink/LinkDemo/LinkDemo mnt/bin/LinkDemo |