]> sourceware.org Git - insight.git/commitdiff
Remove redundant empty methods.
authorPatrick Monnerat <patrick@monnerat.net>
Sat, 30 Jun 2018 10:32:20 +0000 (12:32 +0200)
committerPatrick Monnerat <patrick@monnerat.net>
Sat, 30 Jun 2018 10:32:20 +0000 (12:32 +0200)
* gdbtk/library/pointwin.it[hb] (PointWin::breakpoint): removed.
  (PointWin::tracepoint): removed.
  (PointWin::watchpoint): removed.
* gdbtk/library/srctextwin.it[hb] (SrcTextWin::watchpoint): removed.

gdbtk/library/pointwin.itb
gdbtk/library/pointwin.ith
gdbtk/library/srctextwin.itb
gdbtk/library/srctextwin.ith
gdbtk/library/tclIndex

index 7748ef2c487e522a2c460898e675a1d27316072e..2026a2c873d204d08c66591a935d03b224916b7a 100644 (file)
@@ -157,26 +157,6 @@ itcl::body PointWin::delete_point {event} {
   return 0
 }
 
-# ------------------------------------------------------------------
-#  PUBLIC METHOD:  breakpoint - Update widget when a breakpoint
-#                   event is received from the backend.
-# ------------------------------------------------------------------
-itcl::body PointWin::breakpoint {event} {}
-
-
-# ------------------------------------------------------------------
-#  PUBLIC METHOD:  tracepoint - Update widget when a tracepoint
-#                   event is received from the backend.
-# ------------------------------------------------------------------
-
-
-# ------------------------------------------------------------------
-#  PUBLIC METHOD:  watchpoint - Update widget when a watchpoint
-#                   event is received from the backend.
-# ------------------------------------------------------------------
-itcl::body PointWin::watchpoint {event} {}
-
-
 # ------------------------------------------------------------------
 #  PUBLIC METHOD:  forall - perform a command on all points
 # ------------------------------------------------------------------
index 490eca2f8cfecc47f7c2d4dc200762361e595820..56cdda157246386aa258e83f83bc70612b82aeb8 100644 (file)
@@ -69,9 +69,6 @@
 # - goto {r}                    Make point at row $r visible in some target
 #                               window.
 # - forall {command}            Execute $command for all points.
-# - breakpoint {event}          Capture breakpoint events.
-# - tracepoint {event}          Capture tracepoint events.
-# - watchpoint {event}          Capture watchpoint events.
 
 itcl::class PointWin {
   inherit EmbeddedWin GDBWin
@@ -91,11 +88,6 @@ itcl::class PointWin {
     method select {r}
     method goto {r}
     method _select_and_popup {point X Y}
-
-    # GDB Events
-    method breakpoint {event}
-    method tracepoint {event}
-    method watchpoint {event}
   }
 
   private {
index 7da8aeb829fbeb5bfe89cd9fc671be8b0e3a4b2f..0bd006b1391027377d8ed282c3d306be0ed8ba3b 100644 (file)
@@ -1502,13 +1502,6 @@ itcl::body SrcTextWin::tracepoint {tp_event} {
     [$tp_event get pass_count]
 }
 
-# ------------------------------------------------------------------
-#  PUBLIC METHOD:  watchpoint - Handle a watchpoint create, delete,
-#                   modify event from the backend.
-# ------------------------------------------------------------------
-itcl::body SrcTextWin::watchpoint {event} {}
-
-
 # ------------------------------------------------------------------
 #  METHOD:  bp - set and remove breakpoints
 #
index 8af38c5631777d589247ad9cb9c9f3e2c91487e1..2e684fb4383a5bcfea2f7d9b6bcca5fe6895d090 100644 (file)
@@ -94,7 +94,6 @@ itcl::class SrcTextWin {
     # GDB Events
     method breakpoint {event}
     method tracepoint {event}
-    method watchpoint {event}
     method set_variable {event}
   }
 
index e49b0c2d3f086e423c3d39ffc88e111e0f335112..8a64b9001e658bedeb543ce752b2d2448144b54a 100644 (file)
@@ -218,9 +218,6 @@ set auto_index(::PointWin::store) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::forall) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::show_column) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::hide_column) [list source [file join $dir pointwin.itb]]
-set auto_index(::PointWin::breakpoint) [list source [file join $dir pointwin.itb]]
-set auto_index(::PointWin::tracepoint) [list source [file join $dir pointwin.itb]]
-set auto_index(::PointWin::watchpoint) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::create_event) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::delete_point) [list source [file join $dir pointwin.itb]]
 set auto_index(::PointWin::modify) [list source [file join $dir pointwin.itb]]
This page took 0.100347 seconds and 5 git commands to generate.