Go to the documentation of this file.
36 #ifndef _CACAODBGSERVER_H
37 #define _CACAODBGSERVER_H
41 #define CONTINUE "-exec-continue\n"
43 #define HCSIGTRAP "*stopped,reason=\"signal-received\",signal-name=\"SIGTRAP\""
44 #define GDBBREAKPOINT "*stopped,reason=\"breakpoint-hit\""
45 #define EXITEDNORMALLY "*stopped,reason=\"exited-normally\""
46 #define REGNAMES "^done,register-names=["
47 #define CURRENTTHREAD "~\"*"
48 #define SIGADDR "frame={addr=\""
49 #define DATAEVALUATE "value=\""
50 #define LOGSTREAMOUTPUT '&'
51 #define CONSOLESTREAMOUTPUT '~'
52 #define OUTPUTEND "(gdb)"
53 #define OUTPUTENDSIZE 5