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 threads/19742] When a thread is stopped in non-stop mode, a breakpoint can not be set in another thread


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

--- Comment #6 from Christophe <beausoleil at free dot fr> ---
Sorry, I should have said that gdb is compiled with --target=powerpc-elf-eabi

In this regard, trying to read source code, I'm confused about ppc target as I
don't find ppc specific source file for standard eabi (I see a ppc-tdep.h but
no ppc-tdep.c. Does it use generic ppc64 or another eabi? Maybe sysv?...). E.g.
I can't find a ppc call of set_gdbarch_print_registers_info. What "terminal"
function is used for that?...

> But still, that's irrelevant -- unless you explicitly specify "set
> breakpoint always-inserted on"
Indeed that's a very interesting option for me!

> See normal_stop -> maybe_remove_breakpoints.
Thanks for pointing that out to me, I'll try to understand...

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