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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user