summaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog56
1 files changed, 28 insertions, 28 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 0149d04df3..eec2dc658a 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.