aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-11-12 17:02:49 -0700
committerTom Tromey <tom@tromey.com>2019-12-20 09:15:50 -0700
commit039298ec451ecf1fa1b9ff1771168b0a5b3a6f68 (patch)
tree9ecc1833ef4b98dca52cebfd4cdc7efb9eb4cecb /gdb/ChangeLog
parent8acfefcc8fc7a346d0ecf3d37ca47c5c43761223 (diff)
downloadgdb-039298ec451ecf1fa1b9ff1771168b0a5b3a6f68.zip
gdb-039298ec451ecf1fa1b9ff1771168b0a5b3a6f68.tar.gz
gdb-039298ec451ecf1fa1b9ff1771168b0a5b3a6f68.tar.bz2
Remove some TUI asserts
This removes a few asserts from the TUI. These asserts aren't useful, because they simply check an invariant that's already ensured by the type system. gdb/ChangeLog 2019-12-20 Tom Tromey <tom@tromey.com> * tui/tui-winsource.c (tui_source_window_base::set_is_exec_point_at) (tui_source_window_base::update_breakpoint_info): Remove asserts. Change-Id: I807e1e9bdb0cfa475e70375ceca3a5d4f2eb8d0b
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7c518ca..1fc603d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-12-20 Tom Tromey <tom@tromey.com>
+ * tui/tui-winsource.c (tui_source_window_base::set_is_exec_point_at)
+ (tui_source_window_base::update_breakpoint_info): Remove asserts.
+
+2019-12-20 Tom Tromey <tom@tromey.com>
+
* tui/tui-winsource.c (tui_update_source_windows_with_addr): Call
tui_show_disassem.
* tui/tui-disasm.h (tui_show_disassem_and_update_source): Don't