aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2019-07-10 12:12:37 -0400
committerSimon Marchi <simon.marchi@efficios.com>2019-07-10 12:12:37 -0400
commit5c458ae8f529a11ecab9db470d80695bb31ecfc5 (patch)
treeebb583ee374277876017ff6baecf529867410535 /gdb/ChangeLog
parent4c462cb0efb40a7a1e5297946bed59286dd0cf02 (diff)
downloadgdb-5c458ae8f529a11ecab9db470d80695bb31ecfc5.zip
gdb-5c458ae8f529a11ecab9db470d80695bb31ecfc5.tar.gz
gdb-5c458ae8f529a11ecab9db470d80695bb31ecfc5.tar.bz2
Update breakpoint_1's documentation
I noticed the documentation of breakpoint_1 way way out of date, so this is an attempt to update it. I have changed the parameter names to something that seems clearer to me. gdb/ChangeLog: * breakpoint.c (breakpoint_1): Update doc and parameter names.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 598d092..c4db196 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
+ * breakpoint.c (breakpoint_1): Update doc and parameter names.
+
+2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
+
* breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
bpstat_should_step): Return bool, adjust comments.
* breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,