Searched refs:wp_id (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/ |
| D | watch-cmd.exp | 83 set wp_id $expect_out(1,string) 84 send_gdb "commands $wp_id\n" 86 -re "Type commands for when breakpoint $wp_id is hit, one per line.*>"\ 130 …-re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which i…
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| D | commands.exp | 292 set wp_id -1 297 set wp_id $expect_out(1,string) 305 if {$wp_id == -1} {return} 307 send_gdb "commands $wp_id\n" 309 -re "Type commands for when breakpoint $wp_id is hit, one per line.*>" { 334 …-re "Continuing.*\[Ww\]atchpoint $wp_id deleted because the program has left the block in.*which i…
|
| /openbsd/src/usr.bin/tmux/ |
| D | cmd-run-shell.c | 64 int wp_id; member 86 if (cdata->wp_id != -1) in cmd_run_shell_print() 87 wp = window_pane_find_by_id(cdata->wp_id); in cmd_run_shell_print() 143 cdata->wp_id = wp->id; in cmd_run_shell_exec() 145 cdata->wp_id = -1; in cmd_run_shell_exec()
|
| D | window-buffer.c | 114 u_int wp_id; member 474 wp = window_pane_find_by_id(ed->wp_id); in window_buffer_edit_close_cb() 501 ed->wp_id = data->wp->id; in window_buffer_start_edit()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | NativeProcessWindows.cpp | 462 uint32_t wp_id = LLDB_INVALID_INDEX32; in OnDebugException() local 466 reg_ctx.GetWatchpointHitIndex(wp_id, record.GetExceptionAddress()); in OnDebugException() 472 if (wp_id != LLDB_INVALID_INDEX32) { in OnDebugException() 473 addr_t wp_addr = reg_ctx.GetWatchpointAddress(wp_id); in OnDebugException() 474 addr_t wp_hit_addr = reg_ctx.GetWatchpointHitAddress(wp_id); in OnDebugException() 476 formatv("{0} {1} {2}", wp_addr, wp_id, wp_hit_addr).str(); in OnDebugException() 481 if (wp_id == LLDB_INVALID_INDEX32) in OnDebugException()
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBTarget.cpp | 1290 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint() argument 1291 LLDB_INSTRUMENT_VA(this, wp_id); in DeleteWatchpoint() 1299 result = target_sp->RemoveWatchpointByID(wp_id); in DeleteWatchpoint() 1305 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID() argument 1306 LLDB_INSTRUMENT_VA(this, wp_id); in FindWatchpointByID() 1311 if (target_sp && wp_id != LLDB_INVALID_WATCH_ID) { in FindWatchpointByID() 1315 watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id); in FindWatchpointByID()
|