OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_global_breakpoints
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
231
int
has_global_breakpoints
= 0;
member in struct:gdbarch
503
/* Skip verify of
has_global_breakpoints
, invalid_p == 0. */
1297
"gdbarch_dump:
has_global_breakpoints
= %s\n",
1298
plongest (gdbarch->
has_global_breakpoints
));
4955
/* Skip verify of
has_global_breakpoints
, invalid_p == 0. */
4958
return gdbarch->
has_global_breakpoints
;
4963
int
has_global_breakpoints
)
4965
gdbarch->
has_global_breakpoints
=
has_global_breakpoints
;
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
229
int
has_global_breakpoints
= 0;
member in struct:gdbarch
498
/* Skip verify of
has_global_breakpoints
, invalid_p == 0 */
1285
"gdbarch_dump:
has_global_breakpoints
= %s\n",
1286
plongest (gdbarch->
has_global_breakpoints
));
4906
/* Skip verify of
has_global_breakpoints
, invalid_p == 0 */
4909
return gdbarch->
has_global_breakpoints
;
4914
int
has_global_breakpoints
)
4916
gdbarch->
has_global_breakpoints
=
has_global_breakpoints
;
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026