Add an easy way to test the debug_server crash window.It's quite annoying to install the new debug_server and test with acrashing app everytime. So add a DebugWindow app that just shows thedebug
Add an easy way to test the debug_server crash window.It's quite annoying to install the new debug_server and test with acrashing app everytime. So add a DebugWindow app that just shows thedebug window and returns the result.Change-Id: I7238057a508871ce3fffc493cb73126eb852d99eReviewed-on: https://review.haiku-os.org/c/1460Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
Change all references to "__INTEL__" to "__i386__".They are functionally identical, but the former is a BeOS/Haiku-specficmacro that we include in the compiler specs, and the latter is definedby
Change all references to "__INTEL__" to "__i386__".They are functionally identical, but the former is a BeOS/Haiku-specficmacro that we include in the compiler specs, and the latter is definedby GCC.
Remove all invocations of SetSubDirSupportedPlatformsBeOSCompatible.
Added -f/--fork option to test inheritance of disable_debugger().git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33329 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added option "--multi", which creates another thread and crashes both, thenew thread and the main thread in this order. Allows to reproduce #2956quite often.git-svn-id: file:///srv/svn/repos/hai
Added option "--multi", which creates another thread and crashes both, thenew thread and the main thread in this order. Allows to reproduce #2956quite often.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29301 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added "--signal" option that performs the crash in a signal handler.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27934 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added command line option "-d" to disable the debugger before crashing.Shows that disable_debugger() isn't working ATM.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27712 a95241bf-73f2-0310
Added command line option "-d" to disable the debugger before crashing.Shows that disable_debugger() isn't working ATM.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27712 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added option for crashing via assert().git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23676 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added option "--thread" which will perform the crashing operation inanother thread.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22423 a95241bf-73f2-0310-859d-f6bbb57e9c96
nice to have on BeOS as well...git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17912 a95241bf-73f2-0310-859d-f6bbb57e9c96
Made gcc 4 proof.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14964 a95241bf-73f2-0310-859d-f6bbb57e9c96
Merged changes from branch build_system_redesign at revision 14573.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
Make sure the division by zero is not optimized away.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13799 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added a crashing test app. Food for the debug server and gdb. :-)git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13709 a95241bf-73f2-0310-859d-f6bbb57e9c96