OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cannot_step_breakpoint
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
169
int
cannot_step_breakpoint
= 0;
member in struct:gdbarch
436
/* Skip verify of
cannot_step_breakpoint
, invalid_p == 0. */
997
"gdbarch_dump:
cannot_step_breakpoint
= %s\n",
998
plongest (gdbarch->
cannot_step_breakpoint
));
3631
/* Skip verify of
cannot_step_breakpoint
, invalid_p == 0. */
3634
return gdbarch->
cannot_step_breakpoint
;
3639
int
cannot_step_breakpoint
)
3641
gdbarch->
cannot_step_breakpoint
=
cannot_step_breakpoint
;
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
167
int
cannot_step_breakpoint
= 0;
member in struct:gdbarch
431
/* Skip verify of
cannot_step_breakpoint
, invalid_p == 0 */
985
"gdbarch_dump:
cannot_step_breakpoint
= %s\n",
986
plongest (gdbarch->
cannot_step_breakpoint
));
3582
/* Skip verify of
cannot_step_breakpoint
, invalid_p == 0 */
3585
return gdbarch->
cannot_step_breakpoint
;
3590
int
cannot_step_breakpoint
)
3592
gdbarch->
cannot_step_breakpoint
=
cannot_step_breakpoint
;
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026