HomeSort by: relevance | last modified time | path
    Searched refs:remove_location (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
break-catch-exec.c 44 int remove_location (struct bp_location *,
68 exec_catchpoint::remove_location (struct bp_location *bl, function in class:exec_catchpoint
break-catch-fork.c 44 int remove_location (struct bp_location *,
78 fork_catchpoint::remove_location (struct bp_location *bl, function in class:fork_catchpoint
break-catch-load.c 50 int remove_location (struct bp_location *,
78 solib_catchpoint::remove_location (struct bp_location *ignore, function in class:solib_catchpoint
break-catch-sig.c 52 int remove_location (struct bp_location *,
129 /* Implement the "remove_location" method for signal catchpoints. */
132 signal_catchpoint::remove_location (struct bp_location *bl,
130 signal_catchpoint::remove_location (struct bp_location *bl, function in class:signal_catchpoint
breakpoint.h 649 because remove_location is already taken, and means something else.
732 virtual int remove_location (struct bp_location *,
964 int remove_location (struct bp_location *,
1008 int remove_location (struct bp_location *,
break-catch-syscall.c 47 int remove_location (struct bp_location *,
127 syscall_catchpoint::remove_location (struct bp_location *bl, function in class:syscall_catchpoint
breakpoint.c 4209 val = bl->owner->remove_location (bl, reason);
4244 val = bl->owner->remove_location (bl, reason);
4279 bl->owner->remove_location (bl, reason);
4290 val = bl->owner->remove_location (bl, reason);
9897 watchpoint::remove_location (struct bp_location *bl,
10115 int remove_location (struct bp_location *,
10137 masked_watchpoint::remove_location (struct bp_location *bl,
11933 breakpoint::remove_location (struct bp_location *bl,
12013 code_breakpoint::remove_location (struct bp_location *bl,
9889 watchpoint::remove_location (struct bp_location *bl, function in class:watchpoint
10129 masked_watchpoint::remove_location (struct bp_location *bl, function in class:masked_watchpoint
11922 breakpoint::remove_location (struct bp_location *bl, function in class:breakpoint
12002 code_breakpoint::remove_location (struct bp_location *bl, function in class:code_breakpoint
  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-exec.c 44 int remove_location (struct bp_location *,
68 exec_catchpoint::remove_location (struct bp_location *bl, function in class:exec_catchpoint
break-catch-fork.c 44 int remove_location (struct bp_location *,
78 fork_catchpoint::remove_location (struct bp_location *bl, function in class:fork_catchpoint
break-catch-load.c 50 int remove_location (struct bp_location *,
78 solib_catchpoint::remove_location (struct bp_location *ignore, function in class:solib_catchpoint
break-catch-sig.c 52 int remove_location (struct bp_location *,
129 /* Implement the "remove_location" method for signal catchpoints. */
132 signal_catchpoint::remove_location (struct bp_location *bl,
130 signal_catchpoint::remove_location (struct bp_location *bl, function in class:signal_catchpoint
breakpoint.h 646 because remove_location is already taken, and means something else.
721 virtual int remove_location (struct bp_location *,
941 int remove_location (struct bp_location *,
985 int remove_location (struct bp_location *,
break-catch-syscall.c 47 int remove_location (struct bp_location *,
127 syscall_catchpoint::remove_location (struct bp_location *bl, function in class:syscall_catchpoint
breakpoint.c 4116 val = bl->owner->remove_location (bl, reason);
4151 val = bl->owner->remove_location (bl, reason);
4186 bl->owner->remove_location (bl, reason);
4197 val = bl->owner->remove_location (bl, reason);
9906 watchpoint::remove_location (struct bp_location *bl,
10124 int remove_location (struct bp_location *,
10146 masked_watchpoint::remove_location (struct bp_location *bl,
11934 breakpoint::remove_location (struct bp_location *bl,
12014 code_breakpoint::remove_location (struct bp_location *bl,
9898 watchpoint::remove_location (struct bp_location *bl, function in class:watchpoint
10138 masked_watchpoint::remove_location (struct bp_location *bl, function in class:masked_watchpoint
11923 breakpoint::remove_location (struct bp_location *bl, function in class:breakpoint
12003 code_breakpoint::remove_location (struct bp_location *bl, function in class:code_breakpoint

Completed in 83 milliseconds