On Sat, Aug 13, 2005 at 04:12:50PM -0400, Justin Pryzby wrote:
> Package: bash, gdb
> Severity: normal
> 
> Check this out:
> 
>   [EMAIL PROTECTED]:/tmp$ gdb --args ps -ef
>   GNU gdb 6.3-debian
>   ...
>   
>   (gdb) break getpwuid
>   Function "getpwuid" not defined.
>   Make breakpoint pending on future shared library load? (y or [n]) y
>   Breakpoint 1 (getpwuid) pending.
>   (gdb) r
>   Starting program: /bin/ps -ef
>   
>   [2]+  Stopped                 gdb --args ps -ef

Does bash3 set stty tostop?  Check with stty -a.

If so I guess it's probably GDB's fault.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to