summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-11 11:47:19 -0400
committerMengchi Zhang <[email protected]>2019-07-11 11:47:19 -0400
commit2dd62f45faaf6e749f21212c662c1308faf31554 (patch)
treec9a44e322b9175191fbe98004c94c1152e059f16 /src/debug.h
parent8019833f6c9d9552c70739dc2bf45e53655666ec (diff)
Move g_watchpoint_hits
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 1005bd5..4e79a9f 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -86,6 +86,5 @@ private:
class ptx_thread_info;
class ptx_instruction;
bool thread_at_brkpt( ptx_thread_info *thd_info, const class brk_pt &b );
-void hit_watchpoint( unsigned watchpoint_num, ptx_thread_info *thd, const ptx_instruction *pI );
#endif