aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog12
-rw-r--r--gdb/doc/ChangeLog56
-rw-r--r--gdb/gdbserver/ChangeLog18
-rw-r--r--gdb/testsuite/ChangeLog8
4 files changed, 47 insertions, 47 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ed9e302..f475ca6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -757,7 +757,7 @@
(rx_frame_this_id): Rename parameter `this_prologue_cache' to
`this_cache'.
(rx_frame_prev_register): Rename parameter `this_prologue_cache' to
- `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
+ `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
RX_FRAME_TYPE_FAST_INTERRUPT.
(normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
(rx_frame_sniffer, rx_exception_sniffer): New functions.
@@ -4043,10 +4043,10 @@
2015-03-18 Tristan Gingold <gingold@adacore.com>
- * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
- redirection code to ...
- (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
- checks. Fix SAVE_NONVOL operations. Add debug code and comments.
+ * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
+ redirection code to ...
+ (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
+ checks. Fix SAVE_NONVOL operations. Add debug code and comments.
2015-03-18 Gary Benson <gbenson@redhat.com>
@@ -4152,7 +4152,7 @@
* config.in: Regenerate.
* configure: Regenerate.
* fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
- define.
+ define.
(fbsd_find_memory_regions): Use kinfo_getvmmap to
enumerate memory regions if present.
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 0149d04..eec2dc6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -31,7 +31,7 @@
2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
- * gdb.texinfo (Maintenance Commands): Document "maint btrace"
+ * gdb.texinfo (Maintenance Commands): Document "maint btrace"
commands.
2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
@@ -106,7 +106,7 @@
linux-namespaces" command.
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
- Mircea Gherzan <mircea.gherzan@intel.com>
+ Mircea Gherzan <mircea.gherzan@intel.com>
* gdb.texinfo (i386): Add documentation about "show mpx bound"
and "set mpx bound".
@@ -211,8 +211,8 @@
2015-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
Eli Zaretskii <eliz@gnu.org>
- * gdb.texinfo (Compiling and Injecting Code): Describe set debug
- compile, show debug compile. New subsection Compilation options for
+ * gdb.texinfo (Compiling and Injecting Code): Describe set debug
+ compile, show debug compile. New subsection Compilation options for
the compile command. New subsection Compiler search for the compile
command.
@@ -1086,8 +1086,8 @@
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
- * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
- constant.
+ * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
+ constant.
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
@@ -1717,8 +1717,8 @@
2012-12-23 Pierre Muller <muller@sourceware.org>
- * gdbint.texinfo (Function prototypes): Require use of "extern"
- modifier for function prototypes in headers.
+ * gdbint.texinfo (Function prototypes): Require use of "extern"
+ modifier for function prototypes in headers.
2012-12-19 Joel Brobecker <brobecker@adacore.com>
@@ -1743,10 +1743,10 @@
2012-12-14 Tom Tromey <tromey@redhat.com>
- * gdb.texinfo (SVR4 Process Information): Mention core files.
+ * gdb.texinfo (SVR4 Process Information): Mention core files.
2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
-
+
* gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2012-12-11 Pedro Alves <palves@redhat.com>
@@ -1862,7 +1862,7 @@
* observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2012-09-21 Yao Qi <yao@codesourcery.com>
- Pedro Alves <palves@redhat.com>
+ Pedro Alves <palves@redhat.com>
* gdb.texinfo (GDB/MI Async Records): Document notification
'record-started' and 'record-stopped'.
@@ -2162,7 +2162,7 @@
appropriate.
2012-05-18 Sandra Loosemore <sandra@codesourcery.com>
- Maciej W. Rozycki <macro@codesourcery.com>
+ Maciej W. Rozycki <macro@codesourcery.com>
* gdb.texinfo (MIPS): Document "set mips compression" and "show
mips compression".
@@ -2451,7 +2451,7 @@
Mention condition-evaluation mode being shown in "info break".
(Break Conditions): Add description for target-side
conditional breakpoints.
- (Remote Configuration): Mention conditional-breakpoints-packet.
+ (Remote Configuration): Mention conditional-breakpoints-packet.
(Packets): Add cond-expr parameter to Z0/Z1 packets and explain
cond-expr.
(General Query Packets): Mention new ConditionalBreakpoint feature.
@@ -2686,17 +2686,17 @@
2011-10-27 Kevin Pouget <kevin.pouget@st.com>
- * gdb.texinfo ((Frames In Python): Document
+ * gdb.texinfo ((Frames In Python): Document
gdb.FRAME_UNWIND_FIRST_ERROR contant.
2011-10-26 Paul Koning <paul_koning@dell.com>
* gdb.texinfo (gdb.types): Document new deepitems function.
-
+
2011-10-25 Paul Koning <paul_koning@dell.com>
PR python/13327
-
+
* gdb.texinfo (Values From Inferior): Add is_lazy attribute,
fetch_lazy method.
@@ -2714,7 +2714,7 @@
2011-10-13 Kevin Pouget <kevin.pouget@st.com>
PR python/13285 Document named constants for frame unwind stop reasons
- * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
+ * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
constants.
2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
@@ -2825,7 +2825,7 @@
the syntax of Python. Also put class and module names explicitly
on function, member, and variable names, matching Python
documentation conventions.
-
+
2011-09-15 Kevin Pouget <kevin.pouget@st.com>
PR Python/12692 Add gdb.selected_inferior() to Python interface.
@@ -2849,11 +2849,11 @@
2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
- * gdb.texinfo (Prompt): Add set/show extended-prompt
- documentation
- (Basic Python): Add prompt_hook anchor.
- (Python modules): Reword module text to reflect multiple modules.
- (gdb.prompt): Document gdb.prompt module.
+ * gdb.texinfo (Prompt): Add set/show extended-prompt
+ documentation
+ (Basic Python): Add prompt_hook anchor.
+ (Python modules): Reword module text to reflect multiple modules.
+ (gdb.prompt): Document gdb.prompt module.
2011-08-14 Yao Qi <yao@codesourcery.com>
@@ -2899,10 +2899,10 @@
2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
- PR python/12438
+ PR python/12438
* gdb.texinfo (Python Commands): Add deprecate note to maint
- set/show python print-stack. Document set/show python
- print-backtrace.
+ set/show python print-stack. Document set/show python
+ print-backtrace.
2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
@@ -3105,7 +3105,7 @@
2011-02-27 Michael Snyder <msnyder@vmware.com>
- * gdb.texinfo (Inferiors and Programs): Update commands to show
+ * gdb.texinfo (Inferiors and Programs): Update commands to show
that they can accept multiple arguments.
2011-02-24 Joel Brobecker <brobecker@adacore.com>
@@ -3263,7 +3263,7 @@
2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
- PR python/12199
+ PR python/12199
* gdb.texinfo (Breakpoints In Python): Document "delete" method.
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 927a477..6ae5e69 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -642,20 +642,20 @@
2015-03-04 Pedro Alves <palves@redhat.com>
- * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
+ * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
Decide whether a breakpoint triggered based on the SIGTRAP's
siginfo.si_code.
- (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
- breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
+ (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
+ breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
(linux_low_filter_event): Check for breakpoints before checking
watchpoints.
(linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
siginfo.si_code.
- (linux_stopped_by_sw_breakpoint)
- (linux_supports_stopped_by_sw_breakpoint)
- (linux_stopped_by_hw_breakpoint)
- (linux_supports_stopped_by_hw_breakpoint): New functions.
- (linux_target_ops): Install new target methods.
+ (linux_stopped_by_sw_breakpoint)
+ (linux_supports_stopped_by_sw_breakpoint)
+ (linux_stopped_by_hw_breakpoint)
+ (linux_supports_stopped_by_hw_breakpoint): New functions.
+ (linux_target_ops): Install new target methods.
2015-03-04 Pedro Alves <palves@redhat.com>
@@ -2885,7 +2885,7 @@
* server.h (struct emit_ops, current_insn_ptr, emit_error):
Move ...
- * ax.h: ... here.
+ * ax.h: ... here.
2013-09-05 Pedro Alves <palves@redhat.com>
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 282810a..0d7e90a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -257,7 +257,7 @@
* gdb.mi/mi-dprintf-pendshr.c: New file.
2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
- Mircea Gherzan <mircea.gherzan@intel.com>
+ Mircea Gherzan <mircea.gherzan@intel.com>
* gdb.arch/i386-mpx-map.c: New file.
* gdb.arch/i386-mpx-map.exp: New File.
@@ -776,7 +776,7 @@
2015-04-07 Pedro Alves <palves@redhat.com>
- * lib/gdb.exp (gdb_test_multiple): When processing an argument,
+ * lib/gdb.exp (gdb_test_multiple): When processing an argument,
append the substituted item, not the original item.
2015-04-07 Pedro Alves <palves@redhat.com>
@@ -3561,7 +3561,7 @@
(explicit_fork_child_follow): Deleted procedure.
(test_follow_fork): New procedure.
(do_fork_tests): Replace calls to deleted procedures with
- calls to test_follow_fork and reset GDB for subsequent
+ calls to test_follow_fork and reset GDB for subsequent
procedure calls.
2014-06-17 Yao Qi <yao@codesourcery.com>
@@ -5326,7 +5326,7 @@
Pedro Alves <palves@redhat.com>
* gdb.mi/mi-info-os.exp: Connect to the target with
- mi_gdb_target_load.
+ mi_gdb_target_load.
2014-01-08 Pedro Alves <palves@redhat.com>