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]

Re: Gdbserver Threading Issues


On Fri, Dec 06, 2002 at 05:37:43PM -0500, Paul Mundt wrote:
> On Fri, 2002-12-06 at 16:23, Daniel Jacobowitz wrote:
> > Look at set remote debug 1.  What's going on?
> > 
> My gdb doesn't seem to have that option:
> 
> (gdb) set remote debug 1
> Undefined set remote command: "debug 1".  Try "help set remote".
> 
> (gdb) help set remote
> Remote protocol specific variables
> Configure various remote-protocol specific variables such as
> the packets being used
> 
> List of set remote subcommands:
> 
> set remote P-packet -- Set use of remote protocol `P' (set-register)
> packet
> set remote X-packet -- Set use of remote protocol `X' (binary-download)
> packet
> set remote Z-packet -- Set use of remote protocol `Z' packets
> set remote access-watchpoint-packet -- Set use of remote protocol `Z4'
> (access-watchpoint) packet
> set remote binary-download-packet -- Set use of remote protocol `X'
> (binary-download) packet
> set remote hardware-breakpoint-packet -- Set use of remote protocol `Z1'
> (hardware-breakpoint) packet
> set remote memory-read-packet-size -- Set the maximum number of bytes
> per memory-read packet
> set remote memory-write-packet-size -- Set the maximum number of bytes
> per memory-write packet
> set remote read-watchpoint-packet -- Set use of remote protocol `Z3'
> (read-watchpoint) packet
> set remote set-register-packet -- Set use of remote protocol `P'
> (set-register) packet
> set remote software-breakpoint-packet -- Set use of remote protocol `Z0'
> (software-breakpoint) packet
> set remote step-over-range-packet -- Set use of remote protocol `e'
> (step-over-range) packet
> set remote step-over-range-w-signal-packet -- Set use of remote protocol
> `E' (step-over-range-w-signal) packet
> set remote symbol-lookup-packet -- Set use of remote protocol `qSymbol'
> (symbol-lookup) packet
> set remote write-watchpoint-packet -- Set use of remote protocol `Z2'
> (write-watchpoint) packet
> 
> Type "help set remote" followed by set remote subcommand name for full 
> documentation.
> 
> Is there a build option I need turned on to use this?

Sorry.  Set debug remote 1.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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