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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #2 from Pedro Alves <palves at redhat dot com> ---
For completeness, just adding a comment to mention that it would still be
needed if we wanted to support users that have "set script-extension off" in
their .gdbinit:

 (gdb) help set script-extension strict 
 Set mode for script filename extension recognition.
 off  == no filename extension recognition (all sourced files are GDB scripts)
 soft == evaluate script according to filename extension, fallback to GDB
script
 strict == evaluate script according to filename extension, error if not
supported

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