OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insert_breakpoint_at
(Results
1 - 5
of
5
) sorted by null
/external/ltrace/
breakpoint.h
134
struct breakpoint *
insert_breakpoint_at
(struct process *proc, arch_addr_t addr,
breakpoints.c
269
insert_breakpoint_at
(struct process *proc, arch_addr_t addr,
function
273
"
insert_breakpoint_at
(pid=%d, addr=%p, symbol=%s)",
287
* then
insert_breakpoint_at
. So get_return_addr needs to
/external/ltrace/sysdeps/linux-gnu/
proc.c
634
struct breakpoint *rdebug_bp =
insert_breakpoint_at
(proc, addr, NULL);
trace.c
336
insert_breakpoint_at
(proc, ip, NULL);
606
=
insert_breakpoint_at
(proc, addr, NULL);
[
all
...]
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
920
leader->arch.dl_plt_update_bp =
insert_breakpoint_at
(proc, addr, NULL);
[
all
...]
Completed in 2161 milliseconds