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 python/13642] merge --python command-line option


https://sourceware.org/bugzilla/show_bug.cgi?id=13642

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Tom Tromey <tromey at redhat dot com> ---
To my surprise it seems that this option is not needed -- "-x" does the job.

bapiya. cat > q.py
print "Hi Bob"
bapiya. gdb --batch -x q.py
Hi Bob


I learned this thanks to Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681533

-- 
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]