Re: gdbserver args
Russell Shaw <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 16/03/15 17:33, Russell Shaw wrote: > Hi, > On a laptop (acer) i run: > > gdbserver :1234 myprog arg1 arg2 > > > On the main pc: > > (gdb) file myprog > (gdb) target extended-remote acer:1234 > (gdb) b main > (gdb) r > (gdb) p argc > $1 = 1 > > > Why can't i get the arguments arg1 and arg2 ? I found i can pass the args in gdb on the remote host.