OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sw_breakpoint_pc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc
963
CORE_ADDR
sw_breakpoint_pc
= pc - the_low_target.decr_pc_after_break;
local
964
regcache_write_pc (regcache,
sw_breakpoint_pc
);
linux-low.cc
824
CORE_ADDR
sw_breakpoint_pc
;
local
839
sw_breakpoint_pc
= pc - low_decr_pc_after_break ();
894
if (pc !=
sw_breakpoint_pc
)
898
low_set_pc (regcache,
sw_breakpoint_pc
);
902
pc =
sw_breakpoint_pc
;
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc
959
CORE_ADDR
sw_breakpoint_pc
= pc - the_low_target.decr_pc_after_break;
local
960
regcache_write_pc (regcache,
sw_breakpoint_pc
);
linux-low.cc
824
CORE_ADDR
sw_breakpoint_pc
;
local
839
sw_breakpoint_pc
= pc - low_decr_pc_after_break ();
894
if (pc !=
sw_breakpoint_pc
)
898
low_set_pc (regcache,
sw_breakpoint_pc
);
902
pc =
sw_breakpoint_pc
;
Completed in 39 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026