This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/10720] GDB goes into background when "-x" and target-asyncare used


http://sourceware.org/bugzilla/show_bug.cgi?id=10720

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-09-02 21:16:58 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    ratmice@sourceware.org    2011-09-02 21:16:54

Modified files:
    gdb            : ChangeLog event-top.c 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.python: py-prompt.c py-prompt.exp 
    gdb/testsuite/lib: prompt.exp 

Log message:
    PR gdb/10720
    * event-top.c (cli_command_loop): Replace readline setup with
    direct call to display_gdb_prompt.
    (display_gdb_prompt): Do not call observer mechanism during
    synchronous execution.

    testsuite:
    * lib/prompt.exp: New file for testing the first prompt.
    * gdb.python/py-prompt.exp: Ditto.
    * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13296&r2=1.13297
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/event-top.c.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2844&r2=1.2845
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-prompt.c.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-prompt.exp.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/lib/prompt.exp.diff?cvsroot=src&r1=NONE&r2=1.1

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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