gdb-cvs archive
date index for November, 2019

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, 2019
08:54 [binutils-gdb] Document define-prefix command and the use of . in command names. Philippe Waroquiers
08:54 [binutils-gdb] Allow . character as part of command names. Philippe Waroquiers
08:54 [binutils-gdb] Test define-prefix. Philippe Waroquiers
08:54 [binutils-gdb] Implement user defined prefix. Philippe Waroquiers

November 29, 2019
11:23 [binutils-gdb] gdb: improve debug output of function overload resolution Tankut Baris Aktemur
11:23 [binutils-gdb] gdb: fix segfault in overload resolution debug output Tankut Baris Aktemur

November 28, 2019
15:08 [binutils-gdb] Fix creal_internal_fn comment Tom Tromey
15:06 [binutils-gdb] Make two range_bounds bitfields unsigned Tom Tromey
15:02 [binutils-gdb] Remove unused declaratoin from guile Tom Tromey
09:06 [binutils-gdb] jit: minor improvement to debug logging Tankut Baris Aktemur
00:43 [binutils-gdb] gdb/testsuite: Fix minor bug in skip_btrace*tests procs Andrew Burgess

November 27, 2019
21:42 [binutils-gdb] Add missing ChangeLog entry for the previous commit Christian Biesinger
21:41 [binutils-gdb] Add a NEWS entry for multithreaded symbol loading Christian Biesinger
21:39 [binutils-gdb] Turn off threaded minsym demangling by default Christian Biesinger
21:39 [binutils-gdb] Compute msymbol hash codes in parallel Christian Biesinger
21:39 [binutils-gdb] Precompute hash value for symbol_set_names Christian Biesinger
21:26 [binutils-gdb] gdb/testsuite: Fix race condition compiling fortran test Andrew Burgess
20:05 [binutils-gdb] Test case for BZ 25065 Kevin Buettner
20:05 [binutils-gdb] Fix BZ 25065 - Ensure that physnames are computed for inherited DIEs Kevin Buettner
18:40 [binutils-gdb] Remove some unnecessary backslashes Tom Tromey
17:09 [binutils-gdb] Replace SYMBOL_SET_LINKAGE_NAME with a member function Christian Biesinger
13:02 [binutils-gdb] gdb/mi: Add -symbol-info-modules command Andrew Burgess
13:02 [binutils-gdb] gdb/mi: Add new commands -symbol-info-{functions, variables, types} Andrew Burgess
13:02 [binutils-gdb] gdb: Split print_symbol_info into two parts Andrew Burgess
13:02 [binutils-gdb] gdb: Introduce global_symbol_searcher Andrew Burgess

November 26, 2019
22:16 [binutils-gdb] Fix mingw build of gdb Tom Tromey
21:28 [binutils-gdb] Let commands free "name" Tom Tromey
21:28 [binutils-gdb] Add add_internal_function overload Tom Tromey
21:28 [binutils-gdb] Use cmd_list_element::doc_allocated for Python commands Tom Tromey
21:12 [binutils-gdb] Set names of worker threads Tom Tromey
21:12 [binutils-gdb] Use run_on_main_thread in gdb.post_event Tom Tromey
21:12 [binutils-gdb] Add maint set/show worker-threads Tom Tromey
21:12 [binutils-gdb] Demangle minsyms in parallel Tom Tromey
21:12 [binutils-gdb] Implement a thread pool Tom Tromey
21:12 [binutils-gdb] Introduce thread-safe way to handle SIGSEGV Tom Tromey
21:12 [binutils-gdb] Introduce run_on_main_thread Tom Tromey
21:12 [binutils-gdb] Introduce alternate_signal_stack RAII class Tom Tromey
21:12 [binutils-gdb] Add RAII class for blocking gdb signals Tom Tromey
21:11 [binutils-gdb] Add configure check for std::thread Tom Tromey
21:11 [binutils-gdb] Defer minimal symbol name-setting Tom Tromey
20:26 [binutils-gdb] Fix crashes due to python GIL released too early Philippe Waroquiers
19:49 [binutils-gdb] Fix declaration of sparc_xfer_wcookie Simon Marchi
19:49 [binutils-gdb] Remove simulator_command declaration, make static Simon Marchi
19:49 [binutils-gdb] Make functions static in unittests Simon Marchi
19:49 [binutils-gdb] Remove declaration of tui_set_var_cmd, make definition static Simon Marchi
19:49 [binutils-gdb] Remove unused rbreak_command_wrapper and other declarations Simon Marchi
19:48 [binutils-gdb] Remove info_terminal_command declaration, make definition static Simon Marchi
19:48 [binutils-gdb] Remove unused overload of exit_inferior_silent Simon Marchi
19:48 [binutils-gdb] Remove dict_empty/mdict_empty Simon Marchi
19:48 [binutils-gdb] Make a bunch of functions static Simon Marchi
19:48 [binutils-gdb] Remove unused function set_gdb_completion_word_break_characters Simon Marchi
19:48 [binutils-gdb] Add missing includes in dwarf-index-write.c and mi/mi-interp.c Simon Marchi
19:48 [binutils-gdb] Include aarch32-tdep.h in aarch32-tdep.c Simon Marchi
17:54 [binutils-gdb] Use safe_strerror instead of strerror where possible Christian Biesinger
17:51 [binutils-gdb] Fix gdbserver ChangeLog entry Tom Tromey

November 25, 2019
22:00 [binutils-gdb] [gdb/contrib] Add -c option to words.sh script Tom de Vries
20:42 [binutils-gdb] Replace int with bool in solib.c Christian Biesinger
15:29 [binutils-gdb] [Debugging output] Make remote packet truncation length adjustable Luis Machado

November 24, 2019
20:05 [binutils-gdb] Include gdbarch.h in m68k-linux-nat.c Simon Marchi
18:14 [binutils-gdb] Use bool in require_partial_symbols Tom Tromey

November 22, 2019
22:24 [binutils-gdb] Restore parameter names in observable.h Tom Tromey
22:15 [binutils-gdb] Avoid crash in print_ada_task_info Tom Tromey
18:05 [binutils-gdb] Replace SYMBOL_*_NAME accessors with member functions Christian Biesinger
18:05 [binutils-gdb] Replace the MSYMBOL_*_NAME macros with member functions Christian Biesinger
17:43 [binutils-gdb] Create a correctly-sized demangled names hashtable Christian Biesinger
15:23 [binutils-gdb] [gdb/contrib] Improve words extraction in words.sh script Tom de Vries
15:23 [binutils-gdb] [gdb/contrib] Combine sed invocations in words.sh script Tom de Vries

November 21, 2019
22:36 [binutils-gdb] Rename demangle.c to gdb-demangle.c, and some cleanup Christian Biesinger
21:43 [binutils-gdb] Handle %I64d in format_pieces Tom Tromey
18:49 [binutils-gdb] Adjust byte order variable display/change if DW_AT_endianity is present. Tom Tromey
15:37 [binutils-gdb] gdb/testsuite: skip gdb.arch/amd64-eval.exp when target is not x86_64 Simon Marchi
14:33 [binutils-gdb] gdb: remove gen_ret_current_ui_field_ptr Simon Marchi
10:02 [binutils-gdb] [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode Tom de Vries

November 20, 2019
21:33 [binutils-gdb] Add missing parentheses on 'print' (gdb.python/py-progspace.exp) Sergio Durigan Junior
16:58 [binutils-gdb] Improve target description check for SVE in gdbserver Luis Machado

November 19, 2019
20:29 [binutils-gdb] Fix the "winheight" command Tom Tromey
19:38 [binutils-gdb] Replace "if (attr)" with "if (attr != nullptr)". Ali Tamur
15:36 [binutils-gdb] Report GetLastError value when DebugActiveProcess fails Tom Tromey
00:46 [binutils-gdb] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp Andrew Burgess
00:46 [binutils-gdb] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp Andrew Burgess
00:46 [binutils-gdb] gdb/testsuite: Introduce skip_ctf_tests guard function Andrew Burgess
00:14 [binutils-gdb] Fix crash with core + TUI + run Sergio Durigan Junior

November 18, 2019
19:55 [binutils-gdb] Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc functions. Philippe Waroquiers
17:51 [binutils-gdb] Don't use class-initialization for the owner union Christian Biesinger

November 15, 2019
21:31 [binutils-gdb] Use gnulib's strerror_r on MinGW Christian Biesinger
21:15 [binutils-gdb] Add no-dist to gnulib configure Tom Tromey
21:15 [binutils-gdb] Minor updates to readline configury Tom Tromey
19:51 [binutils-gdb] Use ctime_r and localtime_r for threadsafety Christian Biesinger
19:51 [binutils-gdb] Import the time_r gnulib module Christian Biesinger
19:12 [binutils-gdb] Import the strerror_r-posix module and use it in GDB. Christian Biesinger
19:02 [binutils-gdb] Generate gnulib's toplevel Makefile.in using automake Christian Biesinger
00:47 [binutils-gdb] Update README Christian Biesinger

November 14, 2019
18:59 [binutils-gdb] Allow re-assigning to convenience variables Tom Tromey
13:43 [binutils-gdb] [gdb/doc] Fix typos Tom de Vries
11:52 [binutils-gdb] gdb: fix build error in unittests/vec-utils-selftests.c Simon Marchi
01:31 [binutils-gdb] Fix python gdbpy_breakpoint_object leak. Philippe Waroquiers

November 13, 2019
20:03 [binutils-gdb] Remove symbol-related static asserts Tom Tromey
03:24 [binutils-gdb] gnulib: Fix path to import/Makefile{,.in} Christian Biesinger

November 12, 2019
23:52 [binutils-gdb] gdb: Support printf 'z' size modifier Andrew Burgess
21:22 [binutils-gdb] Make struct symbol inherit from general_symbol_info Christian Biesinger
19:39 [binutils-gdb] Consolidate setting of current_layout Tom Tromey
19:39 [binutils-gdb] Move _initialize_tui_layout to end of file Tom Tromey
19:38 [binutils-gdb] Make TUI resizing tests more robust Tom Tromey

November 11, 2019
23:58 [binutils-gdb] Document and extend readline-bindable functions Tom Tromey
23:58 [binutils-gdb] Document operate-and-get-next Tom Tromey
23:28 [binutils-gdb] Use getpwuid_r instead of getpwuid Christian Biesinger
19:48 [binutils-gdb] Fix typo in vFile:pwrite documentation Tom Tromey

November 10, 2019
21:40 [binutils-gdb] gdb/python: Introduce gdb.lookup_static_symbols Andrew Burgess
21:40 [binutils-gdb] gdb/python: smarter symbol lookup for gdb.lookup_static_symbol Andrew Burgess
21:01 [binutils-gdb] gdb: Add a class to track last display symtab and line information Andrew Burgess
21:01 [binutils-gdb] gdb: Convert frame_show_address to return a bool Andrew Burgess
20:11 [binutils-gdb] gdb_vecs.h: Avoid self move assign Andrew Burgess
17:34 [binutils-gdb] Remove can_highlight from TUI windows Tom Tromey
16:50 [binutils-gdb] Remove unused constructor declaration from cli_style_option Tom Tromey

November 08, 2019
14:05 [binutils-gdb] Constify command_line_input Tom Tromey

November 07, 2019
09:50 [binutils-gdb] [gdb/contrib] Add words.sh script Tom de Vries

November 06, 2019
20:03 [binutils-gdb] Use strtok_r instead of strtok Christian Biesinger
18:34 [binutils-gdb] Regenerate gnulib files Christian Biesinger
14:46 [binutils-gdb] Remove some includes of readline.h Tom Tromey
01:39 [binutils-gdb] Fix regression from TUI disassembly style patch Tom Tromey

November 05, 2019
22:44 [binutils-gdb] Remove la_get_string member Tom Tromey
22:34 [binutils-gdb] Style disassembly in the TUI Tom Tromey
22:34 [binutils-gdb] Change tui_source_element::line to have type std::string Tom Tromey
20:54 [binutils-gdb] Fix ARI warning in symtab.h Christian Biesinger

November 04, 2019
18:13 [binutils-gdb] Add static_asserts for the sizes of space-critical structs Christian Biesinger
17:15 [binutils-gdb] Obsolete Solaris 10 support Rainer Orth

November 02, 2019
05:55 [binutils-gdb] [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4) Tom de Vries
05:55 [binutils-gdb] [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3) Tom de Vries

November 01, 2019
16:40 [binutils-gdb] Simplify print_sys_errmsg Tom Tromey
16:40 [binutils-gdb] Fix up safe_strerror constification Tom Tromey
15:14 [binutils-gdb] Move check for strerror_r to common.m4 where it belongs Christian Biesinger
13:13 [binutils-gdb] [ARM, thumb] Fix disassembling bug after reloading a symbol file Luis Machado


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