HomeSort by: relevance | last modified time | path
    Searched defs:remove_point (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
win32-low.h 89 int (*remove_point) (enum raw_bkpt_type type, CORE_ADDR addr, member in struct:win32_target_ops
140 int remove_point (enum raw_bkpt_type type, CORE_ADDR addr,
target.cc 369 process_stratum_target::remove_point (enum raw_bkpt_type type, function in class:process_stratum_target
netbsd-low.cc 630 netbsd_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:netbsd_process_target
win32-low.cc 222 win32_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:win32_process_target
227 else if (the_low_target.remove_point != NULL)
228 return the_low_target.remove_point (type, addr, size, bp);
linux-low.cc 5572 linux_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.h 82 int (*remove_point) (enum raw_bkpt_type type, CORE_ADDR addr, member in struct:win32_target_ops
133 int remove_point (enum raw_bkpt_type type, CORE_ADDR addr,
target.cc 369 process_stratum_target::remove_point (enum raw_bkpt_type type, function in class:process_stratum_target
netbsd-low.cc 627 netbsd_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:netbsd_process_target
win32-low.cc 235 win32_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:win32_process_target
240 else if (the_low_target.remove_point != NULL)
241 return the_low_target.remove_point (type, addr, size, bp);
linux-low.cc 5586 linux_process_target::remove_point (enum raw_bkpt_type type, CORE_ADDR addr, function in class:linux_process_target

Completed in 43 milliseconds