Searched hist:10600 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dremote_gdb.cc10600:e60c7758cf69 Sat Dec 06 01:36:00 EST 2014 Gabe Black <gabeblack@google.com> x86: Implement a remote GDB stub.

This stub should allow remote debugging of 32 bit and 64 bit targets. Single
stepping seems to work, as do breakpoints. If both breakpoints and single
stepping affect an instruction, gdb will stop at the instruction twice before
continuing. That's a little surprising, but is generally harmless.
H A Dremote_gdb.hh10600:e60c7758cf69 Sat Dec 06 01:36:00 EST 2014 Gabe Black <gabeblack@google.com> x86: Implement a remote GDB stub.

This stub should allow remote debugging of 32 bit and 64 bit targets. Single
stepping seems to work, as do breakpoints. If both breakpoints and single
stepping affect an instruction, gdb will stop at the instruction twice before
continuing. That's a little surprising, but is generally harmless.

Completed in 12 milliseconds