Lines Matching full:aa
76 read mem mAA..AA,LLLL AA..AA is address, LLLL is length.
82 write mem MAA..AA,LLLL:XX..XX
83 AA..AA is address,
91 cont cAA..AA AA..AA is address to resume
92 If AA..AA is omitted,
95 step sAA..AA AA..AA is address to resume
96 If AA..AA is omitted,
101 for step or cont : SAA where AA is the
106 It is SAA AA is the "signal number"
109 AA = signal number
112 or... WAA The process exited, and AA is
127 AA for a match with pattern PP and
713 /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in gdb_handle_exception()
736 /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in gdb_handle_exception()
762 /* cAA..AA Continue at address AA..AA(optional) */ in gdb_handle_exception()
763 /* sAA..AA Step one instruction from AA..AA(optional) */ in gdb_handle_exception()