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 symtab/15103] disassemble file:function should work


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

--- Comment #5 from dje at google dot com 2013-02-06 19:16:18 UTC ---
Blech.  Silly me for applying sane rules of design to gdb.

It's break foo.c:bar, but it's disassemble 'foo.c'::bar.

Except that disassemble 'foo.c'::bar doesn't work if the current language is
c++,
which is what my testcase was written in when I checked whether it worked
[filed as http://sourceware.org/bugzilla/show_bug.cgi?id=15109]

I consider this bug still open though. :-)
At least until a compelling reason is given for why neither of the following
can be done:
1) allow :: in linespecs
2) allow : in disassemble, et.al.

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