This is the mail archive of the gdb@sources.redhat.com 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]

remote debugging with m68k-stub


Hello!

I have done all the remote target gdb instructions:
  - define all the low level routines
  - insert set_debug_traps(); and breakpoints(); at
    the beginning of the program
  - compiling stub and program together

After that, I downloaded my program and the m68k-stub in the target. 
My problem is when I start the program in the remote target, the program
stop and never restart (the halt indicator is set).
Normally, the program will stop at the breakpoint (TRAP #1) and will
continue after gdb be connected to the stub but the program seems to 
be stopped.

Somebody can help me ?

Thanks

Pascal


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