Started adding x86_64 support to Debugger.

Stack tracing doesn't work yet, nor does single stepping (somehow
manages to completely freeze the system).
This commit is contained in:
Alex Smith
2012-12-19 19:54:20 +00:00
parent bbdb605224
commit c8d82cf6db
13 changed files with 1191 additions and 141 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ SYSTEM_BIN = "[" addattr base64 basename bash beep cal cat catattr checkfs
zmore znew
;
SYSTEM_APPS = AboutSystem ActivityMonitor DriveSetup Installer NetworkStatus
ProcessController StyledEdit Terminal
SYSTEM_APPS = AboutSystem ActivityMonitor Debugger DriveSetup Installer
NetworkStatus ProcessController StyledEdit Terminal
;
SYSTEM_PREFERENCES = Appearance Backgrounds <preference>Deskbar FileTypes
+2
View File
@@ -682,6 +682,8 @@ if [ IsOptionalHaikuImagePackageAdded Development ] {
: : true ;
}
} else if $(TARGET_ARCH) = x86_64 {
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/system/apps/Debugger : Debugger ;
InstallOptionalHaikuImagePackage
autoconf-2.69-x86_64-2012-08-17.zip
: $(baseURL)/autoconf-2.69-x86_64-2012-08-17.zip