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 mi/9583] -break-insert failed when several source files have the same name


------- Additional Comments From seb dot sfo at free dot fr  2009-01-18 11:15 -------
(In reply to comment #1)
> The output to -break-list is known to be broken for multiple breakpoints.
> What do you get if you type "info break" (assuming Anjuta has a console)
> before/after hitting the breakpoint?

I cannot get exactly the same things so I have put a breakpoint at
plugins/debug-manager/plugin.c:232 and
plugins/language-support-cpp-java/plugin.c:1648

And with gdb 6.8 I get a break in plugins/language-manager/plugin.c:232

info break gives the following output:
info break
Num     Type           Disp Enb Address    What
1       breakpoint     keep y   <MULTIPLE> 0xb5203453
	breakpoint already hit 1 time
1.1                         y     0xb5203453 in ilanguage_get_from_mime_type at
plugin.c:232
1.2                         y     0xb4f880ca in deactivate_plugin at plugin.c:232
1.3                         y     0xb45f2447 in value_added_fm_current_file at
plugin.c:232
done

The second breakpoints have been set in several files which is wrong. The
breakpoint 1.1 is in plugins/language-manager/plugin.c:232, the breakpoint 1.2
is in plugins/message-view/plugin.c:232, the breakpoint 1.3 is in
plugins/subversion/plugin.c:232

-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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