public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add missing ChangeLog entries
@ 2020-04-28 14:34 Tom de Vries
  0 siblings, 0 replies; 3+ messages in thread
From: Tom de Vries @ 2020-04-28 14:34 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a65189c980ccd5370bc2d020220f66d1dd327190

commit a65189c980ccd5370bc2d020220f66d1dd327190
Author: Tom de Vries <tdevries@suse.de>
Date:   Tue Apr 28 16:34:38 2020 +0200

    Add missing ChangeLog entries

Diff:
---
 gdb/ChangeLog           | 6 ++++++
 gdb/testsuite/ChangeLog | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f7931c23c60..26ebc7373c5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-28 Mark Williams <mark@myosotissp.com>
+
+	PR gdb/24480
+	* dwarf2read.c: Add missing assingments to list_in_scope when
+	start_symtab was already called.
+
 2020-04-28  Simon Marchi  <simon.marchi@efficios.com>
 
 	PR gdb/25881
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5544a1773b0..129b9697598 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-28 Mark Williams <mark@myosotissp.com>
+
+	PR gdb/24480
+	* dw4-toplevel-types.exp: Test for top level types.
+	* dw4-toplevel-types.cc: Test for top level types.
+
 2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
 
 	* gdb.threads/stop-with-handle.exp: Fix typo in comment


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [binutils-gdb] Add missing ChangeLog entries.
@ 2017-10-17  5:20 Keith Seitz
  0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2017-10-17  5:20 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=83d5a34dd4e11263f6c6dd356b410799c6cb7970

commit 83d5a34dd4e11263f6c6dd356b410799c6cb7970
Author: Keith Seitz <keiths@redhat.com>
Date:   Mon Oct 16 22:19:55 2017 -0700

    Add missing ChangeLog entries.

Diff:
---
 gdb/ChangeLog           | 15 +++++++++++++++
 gdb/testsuite/ChangeLog |  9 +++++++++
 2 files changed, 24 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd2bd4c..0906b32 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2017-10-16  Keith Seitz  <keiths@redhat.com>
+
+        * c-typeprint.c (enum access_specifier): Moved here from
+        c_type_print_base.
+        (output_access_specifier): New function.
+        (c_type_print_base): Consider typedefs when assessing
+        whether access labels are needed.
+        Use output_access_specifier as needed.
+        Output access specifier for typedefs, if needed.
+        * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
+        * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
+        fields.
+        (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
+        accessor macros.
+
 2017-10-16  Tom Tromey  <tom@tromey.com>
 
 	* linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a4acfc6..511d526 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2017-10-16  Keith Seitz  <keiths@redhat.com>
+
+	* gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
+	(class_with_protected_typedef, class_with_private_typedef)
+	(struct_with_public_typedef, struct_with_protected_typedef)
+	(struct_with_private_typedef): New classes/structs.
+	* gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
+	typedefs and access specifiers.
+
 2017-10-16  Pedro Alves  <palves@redhat.com>
 	    Simon Marchi  <simon.marchi@polymtl.ca>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [binutils-gdb] Add missing ChangeLog entries.
@ 2017-02-15  7:18 Tim Wiederhake
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Wiederhake @ 2017-02-15  7:18 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4e746bb68947abd2f64ced0dcf5a00021571e45d

commit 4e746bb68947abd2f64ced0dcf5a00021571e45d
Author: Tim Wiederhake <tim.wiederhake@intel.com>
Date:   Wed Feb 15 08:08:17 2017 +0100

    Add missing ChangeLog entries.
    
    This adds the missing ChangeLog entries for the "Python bindings" patch series.

Diff:
---
 gdb/ChangeLog           | 79 +++++++++++++++++++++++++++++++++++++++++++++++++
 gdb/doc/ChangeLog       |  4 +++
 gdb/testsuite/ChangeLog |  5 ++++
 3 files changed, 88 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2cd6ac9..c979d8c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,82 @@
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* NEWS: Add record Python bindings entry.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
+	py-record-full.o.
+	(SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
+	* python/py-record-btrace.c, python/py-record-btrace.h,
+	python/py-record-full.c, python/py-record-full.h: New file.
+	* python/py-record.c: Add include for py-record-btrace.h and
+	py-record-full.h.
+	(recpy_method, recpy_format, recpy_goto, recpy_replay_position,
+	recpy_instruction_history, recpy_function_call_history, recpy_begin,
+	recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
+	* python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
+	New definition.
+	(gdbpy_initialize_btrace): New export.
+	* python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
+	(SUBDIR_PYTHON_SRCS): Add python/py-record.c.
+	* python/py-record.c: New file.
+	* python/python-internal.h (gdbpy_start_recording,
+	gdbpy_current_recording, gdpy_stop_recording,
+	gdbpy_initialize_record): New export.
+	* python/python.c (_initialize_python): Add gdbpy_initialize_record.
+	(python_GdbMethods): Add gdbpy_start_recording,
+	gdbpy_current_recording and gdbpy_stop_recording.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* record-btrace.c (record_btrace_record_method): New function.
+	(init_record_btrace_ops): Initialize to_record_method.
+	* record-full.c (record_full_record_method): New function.
+	(init_record_full_ops, init_record_full_core_ops): Add
+	record_full_record_method.
+	* record.h (enum record_method): New enum.
+	* target-debug.h (target_debug_print_enum_record_method: New define.
+	* target-delegates.c: Regenerate.
+	* target.c (target_record_method): New function.
+	* target.h: Include record.h.
+	(struct target_ops) <to_record_method>: New field.
+	(target_record_method): New export.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* record.h (record_start, record_stop): New export.
+	* record.c (record_start, record_stop): New function.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* btrace.c (btrace_fetch): Copy function call segments pointer
+	into a vector.
+	(btrace_clear): Clear the vector.
+	(btrace_find_insn_by_number): Use binary search to find the correct
+	function call segment.
+	* btrace.h (brace_fun_p): New typedef.
+	(struct btrace_thread_info) <functions>: New field.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
+	* btrace.c (btrace_decode_error): ... here.  New function.
+	* btrace.h (btrace_decode_error): New export.
+
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
+	(ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
+	btrace_find_insn_by_number): Remove special case for gaps.
+	* btrace.h (btrace_insn_get_error): New export.
+	(btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
+	* record-btrace.c (btrace_insn_history): Print number for gaps.
+	(record_btrace_info, record_btrace_goto): Handle gaps.
+
 2017-02-14  Tom Tromey  <tom@tromey.com>
 
 	PR python/13598:
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 0b6139d..0ef313f 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* python.texi (Recordings In Python): New section.
+
 2017-02-14  Tom Tromey  <tom@tromey.com>
 
 	PR python/13598:
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a67a69c..7b58506 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+	* gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
+	gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
+
 2017-02-14  Tom Tromey  <tom@tromey.com>
 
 	PR python/13598:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-28 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28 14:34 [binutils-gdb] Add missing ChangeLog entries Tom de Vries
  -- strict thread matches above, loose matches on Subject: below --
2017-10-17  5:20 Keith Seitz
2017-02-15  7:18 Tim Wiederhake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).