This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to interpret (encoded?) gdb response


Hi all.

I do the foillowing:

  - run an inferior containing a tight endless loop
  - attach to it with gdb -pid=<id>
  - run  'kill <pid>' in shell
  - do  -exec-continue

then I get:

  67^running
  (gdb) 
  &"Cannot access memory at address 0x7fff6ca72a4c\n"
  &"\240\240\354\003\n"
  67^error,msg="\240\240\354\003"

Does that msg have any meaning, i.e. how would I "decode" it?
The message appears also in a non-MI environment, but is even
less legible there...

Regards,
André


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]