gdb-cvs archive
date index for November, 2018

This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

November 30, 2018
23:15 [binutils-gdb] Use kinfo_getfile to implement fdwalk on FreeBSD. John Baldwin
21:52 [binutils-gdb] Fix leak in linespec parser Simon Marchi
21:21 [binutils-gdb] Update the conditionals in fbsd-nat.h so they are always honored. John Baldwin
18:22 [binutils-gdb] gdb/riscv: Add read_description method for riscv_linux_nat_target Andrew Burgess
18:22 [binutils-gdb] gdb/riscv: Create each unique target description only once Andrew Burgess
18:22 [binutils-gdb] gdb/riscv: Add equality operators to riscv_gdb_features Andrew Burgess
18:22 [binutils-gdb] gdb/riscv: Make some target description functions constant Andrew Burgess
18:04 [binutils-gdb] Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary search Sergio Durigan Junior
17:50 [binutils-gdb] target_ops::to_stratum -> target_ops::stratum() virtual method Pedro Alves
16:29 [binutils-gdb] Convert default_child_has_foo functions to process_stratum_target methods Pedro Alves
16:29 [binutils-gdb] Introduce process_stratum_target Pedro Alves
16:29 [binutils-gdb] Move test_target_ops to a separate file Pedro Alves

November 29, 2018
22:49 [binutils-gdb] Fix leak in forward-search Philippe Waroquiers
21:26 [binutils-gdb] Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD. John Baldwin
17:50 [binutils-gdb] Avoid buffer overflow in value_x_unop Tom Tromey
17:48 [binutils-gdb] Fix use-after-free in gdbserver Tom Tromey

November 26, 2018
19:37 [binutils-gdb] Fix spurious semicolon in sparc-linux-nat.c Simon Marchi
13:21 [binutils-gdb] Fix Solaris build Pedro Alves

November 25, 2018
23:22 [binutils-gdb] Implement timestamp'ed output on "make check" Sergio Durigan Junior
22:36 [binutils-gdb] Remove obsolete comments from field_fmt Tom Tromey

November 24, 2018
11:48 [binutils-gdb] Re-fix leak in source.c (open_source_file). Philippe Waroquiers

November 23, 2018
14:14 [binutils-gdb] gdbserver: AArch64: Remove cannot_fetch/store_register Alan Hayward
14:01 [binutils-gdb] Remove declarations of is_running/is_stopped/is_exited Pedro Alves

November 22, 2018
16:18 [binutils-gdb] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. Pedro Alves
16:18 [binutils-gdb] Fix follow_exec latent problem Pedro Alves
16:17 [binutils-gdb] Avoid find_thread_ptid with null_ptid Pedro Alves

November 21, 2018
17:25 [binutils-gdb/gdb-8.2-branch] Make command-repeat work after gdb.execute Pedro Alves
17:08 [binutils-gdb] Make command-repeat work after gdb.execute Pedro Alves
13:17 [binutils-gdb] gdb/riscv: Add target description support Andrew Burgess
12:39 [binutils-gdb] valops.c: Overload resolution code: Rename parameters/locals Pedro Alves
12:39 [binutils-gdb] valops.c: Some more gdb::array_view Pedro Alves
12:38 [binutils-gdb] C++ify badness_vector, fix leaks Pedro Alves
12:38 [binutils-gdb] Eliminate make_symbol_overload_list-related globals & cleanup Pedro Alves
12:38 [binutils-gdb] invoke_xmethod & array_view Pedro Alves
12:38 [binutils-gdb] Use gdb:array_view in call_function_by_hand & friends Pedro Alves

November 20, 2018
23:05 [binutils-gdb] gdb: Use string_printf to format int fields instead of a fixed size buffer Andrew Burgess
23:04 [binutils-gdb] gdb: Respect field width and alignment for 'fmt' fields in CLI output Andrew Burgess
21:58 [binutils-gdb] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'. Philippe Waroquiers
21:58 [binutils-gdb] Document language choice in 'info [functions|variables|types]|rbreak' commands Philippe Waroquiers
21:58 [binutils-gdb] Add a test to verify info [functions|variables|types]|rbreak respect language_mode. Philippe Waroquiers
21:58 [binutils-gdb] Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language. Philippe Waroquiers
21:58 [binutils-gdb] Add class scoped_switch_to_sym_language_if_auto. Philippe Waroquiers
21:18 [binutils-gdb] Test case for 'info variables|functions' with minimal symbols. Philippe Waroquiers
21:18 [binutils-gdb] Fix regression 'info variables' does not show minimal symbols. Philippe Waroquiers
19:13 [binutils-gdb] Fix gdb/ChangeLog formatting and date Pedro Alves
17:56 [binutils-gdb] GDB: S12Z: new function s12z_extract_return_value John Darrington
17:25 [binutils-gdb] Fix previous change in filestuff.c Eli Zaretskii
16:52 [binutils-gdb] Avoid "Invalid parameter passed to C runtime function" warning Eli Zaretskii
06:37 [binutils-gdb] GDB: S12Z: Add assertion John Darrington
03:38 [binutils-gdb] Remove displaced_step_inferior_state::next Simon Marchi

November 19, 2018
22:46 [binutils-gdb] Change get_filename_and_charpos to return void Tom Tromey
22:28 [binutils-gdb] Fix inaccuracies in "info skip" help Simon Marchi
18:33 [binutils-gdb/gdb-8.2-branch] gdb.base/warning.exp tweaks Tom Tromey
18:33 [binutils-gdb/gdb-8.2-branch] Avoid crash when calling warning too early Tom Tromey
18:27 [binutils-gdb] Handle TYPE_CODE_PTR when printing Rust types Tom Tromey
18:07 [binutils-gdb] Fix gdb.rust/simple.rs for more recent compilers Tom Tromey
16:58 [binutils-gdb] Use std::forward_list for displaced_step_inferior_states Simon Marchi
16:37 [binutils-gdb] GDB: Add ChangeLog entry inadvertently omitted from commit. John Darrington
15:24 [binutils-gdb] gdb.base/warning.exp tweaks Pedro Alves

November 18, 2018
17:16 [binutils-gdb] Fix ia64-linux-nat.c Tom Tromey

November 16, 2018
13:47 [binutils-gdb] Aarch64: Fix segfault when casting dummy calls Alan Hayward
13:47 [binutils-gdb] Pass return_method to _push_dummy_call Alan Hayward
13:47 [binutils-gdb] Use enum for return method for dummy calls Alan Hayward

November 15, 2018
15:54 [binutils-gdb] Move copy_bitwise unittests to own unittest file Joel Brobecker

November 14, 2018
23:19 [binutils-gdb] delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead Joel Brobecker
22:55 [binutils-gdb] RISC-V: Fix unnamed arg alignment in registers. Jim Wilson
22:55 [binutils-gdb] RISC-V: Handle vector type alignment. Jim Wilson
22:55 [binutils-gdb] RISC-V: Give stack slots same align as XLEN. Jim Wilson

November 12, 2018
15:39 [binutils-gdb] Add completer for skip numbers Simon Marchi

November 09, 2018
23:06 [binutils-gdb] Remove a VEC from remote.c Tom Tromey
22:55 [binutils-gdb] Return scoped_fd from open_source_file and find_and_open_source Tom Tromey
19:49 [binutils-gdb] Fix unsigned overflow in minsyms reader. John Baldwin
18:10 [binutils-gdb] [PowerPC] Document requirements for VSX feature Pedro Franco de Carvalho
16:09 [binutils-gdb] Fix a typo in iconv.m4. Hafiz Abid Qadeer
10:53 [binutils-gdb] [gdb/symtab] Fix language of duplicate static minimal symbol Tom de Vries

November 08, 2018
23:21 [binutils-gdb] Capitalize "<TAB>" in require_record_target error Tom Tromey
23:20 [binutils-gdb] Fix output indentation for "info pretty-printers" Tom Tromey
23:16 [binutils-gdb] Avoid crash when calling warning too early Tom Tromey
15:28 [binutils-gdb] (AArch64) wrong value returned by "finish" for HFA Joel Brobecker
11:12 [binutils-gdb] x86-64: fix ZMM register state tracking Jan Beulich
09:45 [binutils-gdb] gdb/riscv: Update test to support targets without FP hardware Andrew Burgess
09:45 [binutils-gdb] gdb/riscv: Handle errors while setting the frame id Andrew Burgess

November 07, 2018
21:29 [binutils-gdb] (Ada/tasking) fix array or string index out of range warning Joel Brobecker
21:29 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result Joel Brobecker
14:22 [binutils-gdb] gdb: Guard against NULL dereference in dwarf2_init_integer_type Andrew Burgess

November 06, 2018
22:18 [binutils-gdb] [gdb] Fix gdb crash when reading core file Tom de Vries
19:07 [binutils-gdb] RISC-V: Force variables to .data for code_elim. Jim Wilson
18:26 [binutils-gdb] gdb: xtensa: use linux ABI code for uclinux Max Filippov
17:54 [binutils-gdb] ARM: Do not use FP reg when on AAPCS Tom Tromey
17:48 [binutils-gdb] Note that PT_GETREGS supplies SSTATUS for FreeBSD/riscv. John Baldwin

November 05, 2018
22:10 [binutils-gdb] ChangeLog for 'Fix 4K leak each time next/step changes of function.' Philippe Waroquiers
20:43 [binutils-gdb] Fix 4K leak in open_source_file each time next/step changes of function. Philippe Waroquiers

November 04, 2018
15:08 [binutils-gdb] Return gdbpy_ref from gdbpy_get_varobj_pretty_printer Tom Tromey
15:07 [binutils-gdb] Return gdbpy_ref from some Python string functions Tom Tromey
15:07 [binutils-gdb] Return gdbpy_ref from gdb_py_object_from_*longest Tom Tromey

November 03, 2018
20:36 [binutils-gdb] OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada" Philippe Waroquiers
18:46 [binutils-gdb] OBVIOUS Remove a useless const char *type and its initialization. Philippe Waroquiers
18:20 [binutils-gdb] OBVIOUS fix the month of the last gdb/ChangeLog entry to be 11 instead of 12. Philippe Waroquiers

November 02, 2018
17:38 [binutils-gdb] (Ada) Add ravenscar tasking support on AArch64 Joel Brobecker
13:27 [binutils-gdb] QUIET flag initialization missing in 2 places. Philippe Waroquiers
00:25 [binutils-gdb] RISC-V: Don't allow unaligned breakpoints. Jim Wilson

November 01, 2018
22:21 [binutils-gdb] (Ada) fix "error in expression" when using watch -location command Joel Brobecker
22:09 [binutils-gdb] remove trailing spaces in print-utils.c ("int_string" function) Joel Brobecker
22:06 [binutils-gdb] gdb.texinfo: Fix the output of the "info tasks 2" example Joel Brobecker
21:47 [binutils-gdb] rs6000-tdep.c:skip_prologue avoid negative left shift Joel Brobecker
21:44 [binutils-gdb] arm-pikeos: software single step Joel Brobecker
19:42 [binutils-gdb] Import mkdtemp gnulib module, fix mingw build Simon Marchi
10:28 [binutils-gdb] Reading signal handler frame in AIX Sangamesh Mallayya


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc