summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.S
diff options
context:
space:
mode:
authorTC Wan2011-01-11 17:00:09 +0800
committerTC Wan2011-01-11 17:00:09 +0800
commit6a0ffb26696a5833f5a086f683749209d074ab6e (patch)
tree86e4c95dc869fb735f53058f7bd8e69ea2ba75cc /Debugger/debug_stub.S
parent04bcd43cc867d17c413ece244c1eb28390c6b487 (diff)
added comment regarding stack frame order
Diffstat (limited to 'Debugger/debug_stub.S')
-rw-r--r--Debugger/debug_stub.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S
index c6e7ca8..8b74141 100644
--- a/Debugger/debug_stub.S
+++ b/Debugger/debug_stub.S
@@ -341,6 +341,8 @@ debug_armComplexCCTable:
* Each Breakpoint State will initially be zeroed.
*
*/
+ /* FIXME: The Debugger Stack Frame is probably not 100% consistent with the order that
+ GDB expects in the g/G messages. CSPR is probably located above R15 */
/****************************************************************************
*