aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2019-07-09 21:20:16 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2019-07-09 21:20:16 -0400
commite2d0f9803e3054b05c2de716f3c928e510009436 (patch)
tree3d7a8094816599836e55c3f6b3d6ad2526e190da /gdb/ChangeLog
parenteb6ad40f244ea6dedca1440b0ce3d89c1ecdac0c (diff)
downloadgdb-e2d0f9803e3054b05c2de716f3c928e510009436.zip
gdb-e2d0f9803e3054b05c2de716f3c928e510009436.tar.gz
gdb-e2d0f9803e3054b05c2de716f3c928e510009436.tar.bz2
Make bpstat_what::is_longjmp a bool
gdb/ChangeLog: * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to bool. (bpstat_what): Use false instead of 0.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 112b460..e4dfe50 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
+ bool.
+ (bpstat_what): Use false instead of 0.
+
2019-07-09 Pedro Alves <palves@redhat.com>
* break-catch-throw.c (is_exception_catchpoint): New.