Searched hist:"3 cec75dc33dd1cda148e057d91b48989f6f3a0c1" (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/debugger/auto_stack_trace/ |
H A D | Jamfile | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | auto_stack_trace.cpp | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/debugger/hangman/ |
H A D | Jamfile | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | hangman.c | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/debugger/ |
H A D | Jamfile | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/kernel/ |
H A D | debug.h | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/debug/ |
H A D | debug.cpp | 3cec75dc33dd1cda148e057d91b48989f6f3a0c1 Thu Jan 31 12:25:43 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Debugger modules now have two methods: enter_debugger() and exit_debugger(). * The kernel now opens up to 8 debugger modules (and puts them into an array; maybe we'll want to switch to a doubly linked list when there is the need). * Implemented an example debugger module that prints a stack trace of the current thread when the kernel debugger is entered (not included in the image).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23794 a95241bf-73f2-0310-859d-f6bbb57e9c96
|