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/15205] GDB document about option "-fullname" isinconsistent with the behavior in CLI


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

--- Comment #3 from asmwarrior <asmwarrior at gmail dot com> 2013-02-27 15:08:32 UTC ---
@Pedro Alves, Code::Blocks currently use the GDB CLI interface, when start
debugging, it pass the parameter "-fullname" to GDB. This will let the GDB
print the source file and line information after the "next" or "step" command.
There is on-going work to use the GDB MI interface. But as Code::Blocks use the
CLI interface for quite a long time, I think it won't switch to MI interface
immediately.

The reason I report the bug is: I think the document should state correctly.
The fact is: currently NO \032 will be print when dumping the stack in the
"-fullname" mode.

PS: I know nothing about how Emace communicate with GDB.

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