November 2019 Archives by thread
Starting: Fri Nov 1 01:09:00 GMT 2019
Ending: Sat Nov 30 22:54:00 GMT 2019
Messages: 1190
- [review v5] Fix disassembling bug after reloading a symbol file
Andrew Burgess (Code Review)
- [review v2] gdb: Introduce symbol_search_spec
Andrew Burgess (Code Review)
- [review v2] gdb/mi: Add -symbol-info-module-{variables,functions}
Andrew Burgess (Code Review)
- [review v2] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review v2] gdb/mi: Add -symbol-info-modules command
Andrew Burgess (Code Review)
- [review v2] gdb: Split print_symbol_info into two parts
Andrew Burgess (Code Review)
- [review v2] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review] Make 'target_{short,long}name' inline functions and check if 'current...
Sergio Durigan Junior (Code Review)
- [PATCH v2] Add a way to preserve overridden GDB commands for later invocation
Marco Barisione
- [PATCH] gdb/python: Introduce gdb.lookup_all_static_symbols
Andrew Burgess
- [review] Move check for strerror_r to common.m4 where it belongs
Tom Tromey (Code Review)
- [pushed] [ARM, thumb] Fix disassembling bug after reloading a symbol file
Sourceware to Gerrit sync (Code Review)
- [PATCH v2 01/24] Preserve selected thread in all-stop w/ background execution
Tom Tromey
- [review] Use safe_strerror in some Windows code
Tom Tromey (Code Review)
- [PATCH v2 23/24] Require always-non-stop for multi-target resumptions
Tom Tromey
- [PATCH v2 02/24] Don't rely on inferior_ptid in record_full_wait
Tom Tromey
- [PATCH v2 00/24] Multi-target support
Tom Tromey
- [pushed] Move check for strerror_r to common.m4 where it belongs
Sourceware to Gerrit sync (Code Review)
- [review] testsuite, cp: increase the coverage of testing pass-by-ref arguments
Tom Tromey
- [review v3] Use strerror_r in safe_strerror if available
Hannes Domani (Code Review)
- [review] Fix up safe_strerror constification
Sergio Durigan Junior (Code Review)
- [review] Constify command_line_input
Tom Tromey (Code Review)
- [review] Simplify print_sys_errmsg
Tom Tromey (Code Review)
- [PATCH] {binutils,gdb}/MAINTAINERS: Change to my personal email address
Palmer Dabbelt
- [review] Make sure we have a valid target on top when pushing a new target
Sergio Durigan Junior (Code Review)
- [RFC PATCH] Support debuginfo and source file fetching via debuginfo server
Tom Tromey
- [PATCH] Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.
Ali Tamur via gdb-patches
- [review v3] [gdb/testsuite] Compile ada with -lgnarl_pic and -lgnat_pic if required
Joel Brobecker (Code Review)
- [committed][gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)
Tom de Vries
- [committed][gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (4)
Tom de Vries
- [review] Use strtok_r instead of strtok
Christian Biesinger (Code Review)
- [RFC] Only compute realpath when basenames_may_differ is set
Jonah Graham
- [review] Use getpwuid_r instead of getpwuid when available
Christian Biesinger (Code Review)
- [review v2] Use ctime_r and localtime_r if available
Christian Biesinger (Code Review)
- [review] Use ctime_r and localtime_r if available
Christian Biesinger (Code Review)
- [review] Replace callers of bsearch with gdb::binary_search
Christian Biesinger (Code Review)
- [review v3] Use ctime_r and localtime_r if available
Christian Biesinger (Code Review)
- [review v3] [gdb/symtab] Prefer var def over decl
Joel Brobecker (Code Review)
- GDB 9.1 release -- 2019-11-01 Update
Joel Brobecker
- [review] Make add_separate_debug_objfile static
Tom Tromey (Code Review)
- [review] Store objfiles on a std::list
Tom Tromey (Code Review)
- [review] Remove MULTI_OBJFILE_P
Tom Tromey (Code Review)
- [review] Make the objfile constructor private
Tom Tromey (Code Review)
- [review] Introduce program_space::remove_objfile
Tom Tromey (Code Review)
- [review] Manage objfiles with shared_ptr
Tom Tromey (Code Review)
- [review] Introduce program_space::add_objfile
Tom Tromey (Code Review)
- [review] Introduce basic_safe_range
Tom Tromey (Code Review)
- [review] Change objfile::partial_symtabs to be a unique_ptr
Tom Tromey (Code Review)
- [review] Make the objfile destructor private
Tom Tromey (Code Review)
- [review] Move free_all_objfiles to program_space
Tom Tromey (Code Review)
- [review] OpenMP parallel region scope tests
Kevin Buettner (Code Review)
- [review] Add gdb_compile_openmp to lib/gdb.exp
Kevin Buettner (Code Review)
- [PATCH 2/2] OpenMP parallel region scope tests
Kevin Buettner
- [review] [RFC] Don't block on finishing demangling msymbols
Christian Biesinger (Code Review)
- [review] testsuite: add test for handling multiple inferiors exiting
Tankut Baris Aktemur (Code Review)
- [review] infrun: mark an exited thread non-executing when attempting to stop
Tankut Baris Aktemur (Code Review)
- [review] infrun: extract out a code piece into the 'handle_inferior_exit' func...
Tankut Baris Aktemur (Code Review)
- [review v2] infrun: handle already-exited threads when attempting to stop
Tankut Baris Aktemur (Code Review)
- [review v2] testsuite: add test for handling multiple inferiors exiting
Tankut Baris Aktemur (Code Review)
- [review] infrun: extract out a code piece into 'mark_non_executing_threads' fu...
Tankut Baris Aktemur (Code Review)
- [review] Share Windows thread-suspend and -resume code
Luis Machado (Code Review)
- [review] Change type of argument to windows-nat.c:thread_rec
Luis Machado (Code Review)
- [review] Handle pending stops from the Windows kernel
Luis Machado (Code Review)
- [review] Core file build-id support
Keith Seitz (Code Review)
- [review v3] Add static_asserts for the sizes of space-critical structs
Christian Biesinger (Code Review)
- [review v4] Add static_asserts for the sizes of space-critical structs
Christian Biesinger (Code Review)
- [pushed] Add static_asserts for the sizes of space-critical structs
Sourceware to Gerrit sync (Code Review)
- [review] Make struct symbol inherit from general_symbol_info
Christian Biesinger (Code Review)
- [PATCH 1/2] Fix BZ 25065 - Ensure that physnames are computed for inherited DIEs
Kevin Buettner
- Investment opportunity
Peter Wong
- New ARI warning Tue Nov 5 01:56:37 UTC 2019
GDB Administrator
- [review] [RFC][gdb/contrib] Add words.sh script
Tom Tromey (Code Review)
- [review] gdb: Support printf 'z' size modifier
Andrew Burgess (Code Review)
- [review v3] Style disassembly in the TUI
Tom Tromey (Code Review)
- [pushed] Change tui_source_element::line to have type std::string
Sourceware to Gerrit sync (Code Review)
- [review] Remove la_get_string member
Tom Tromey (Code Review)
- [pushed] Style disassembly in the TUI
Sourceware to Gerrit sync (Code Review)
- [pushed] Remove la_get_string member
Sourceware to Gerrit sync (Code Review)
- [review v3] Set names of worker threads
Pedro Alves (Code Review)
- [FYI] Fix regression from TUI disassembly style patch
Tom Tromey
- [PATCH] gdb/remote: Remove negative tid/pid handling in wite_ptid
Evgeniy Didin
- [PATCH v2] gdb/remote: Remove negative tid/pid handling in wite_ptid
Evgeniy Didin
- [review] First use of tui_layout
Tom Tromey (Code Review)
- [review v2] Move _initialize_tui_layout to end of file
Tom Tromey (Code Review)
- [review v2] Make TUI resizing tests more robust
Tom Tromey (Code Review)
- [review v2] Change "winheight" resizing to use new layout code
Tom Tromey (Code Review)
- [review v2] Remove struct tui_point
Tom Tromey (Code Review)
- [review v2] Move max_height method to tui_gen_win_info
Tom Tromey (Code Review)
- [review v2] Introduce the tui_gen_win_info::min_height method
Tom Tromey (Code Review)
- [review v2] Consolidate setting of current_layout
Tom Tromey (Code Review)
- [review v2] Re-apply the current layout when resizing
Tom Tromey (Code Review)
- [review] Move can_box to tui_gen_win_info
Tom Tromey (Code Review)
- [review v2] Fix the "winheight" command
Tom Tromey (Code Review)
- [review v2] Introduce new layout code
Tom Tromey (Code Review)
- [review v2] First use of tui_layout
Tom Tromey (Code Review)
- [review] Remove some includes of readline.h
Tom Tromey (Code Review)
- [pushed] Remove some includes of readline.h
Sourceware to Gerrit sync (Code Review)
- [review] Regenerate gnulib files
Christian Biesinger (Code Review)
- [review] Make TUI resizing tests more robust
Tom Tromey
- [review] Import the strerror_r-posix module and use it in GDB.
Christian Biesinger (Code Review)
- [PATCH v2 0/4] GDB fixes for the remote end having gone astray
Maciej W. Rozycki
- [PATCH] Fix infinite recursion bug at get_msymbol_address.
Ali Tamur via gdb-patches
- [PATCH 0/2] Improved variable object invalidation in GDB
Saqlain Raza
- [PATCH v2 08/24] Introduce switch_to_inferior_no_thread
Paunovic, Aleksandar
- [review v2] [gdb/contrib] Add words.sh script
Tom de Vries (Code Review)
- [review] [gdb/contrib] Add words.sh script
Tom de Vries (Code Review)
- [pushed] [gdb/contrib] Add words.sh script
Sourceware to Gerrit sync (Code Review)
- [RFC][PATCH v2 0/2] Add RISC-V cpu description and sim
Ed Jones
- [review] gdb: Don't reorder line table entries too much when sorting.
Andrew Burgess (Code Review)
- [review] gdb: Include end of sequence markers in the line table
Andrew Burgess (Code Review)
- [review v3] gdb: Introduce global_symbol_searcher
Andrew Burgess (Code Review)
- [review v3] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v3] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review] gdb: Add a class to track last display symtab and line information
Andrew Burgess (Code Review)
- [review] gdb: Convert frame_show_address to return a bool
Andrew Burgess (Code Review)
- Gerrit update - diff in comment notification emails
Simon Marchi
- [review] gdb_vecs.h: Avoid self move assign
Andrew Burgess (Code Review)
- [PATCH v2 2/8] Search global block from basic_lookup_symbol_nonlocal
Christian Biesinger via gdb-patches
- [PATCH] gdb/remote: make tid/pid type long in wite_ptid
Evgeniy Didin
- [review] Document operate-and-get-next
Tom Tromey (Code Review)
- [review] Document and extend readline-bindable functions
Tom Tromey (Code Review)
- [review] Add gdb_caching_proc support_nested_function_tests to lib/gdb.exp
Kevin Buettner (Code Review)
- [review] Allow using less horizontal space in TUI source window
Tom Tromey (Code Review)
- [review] Add TUI border colors
Tom Tromey (Code Review)
- [review] Re-highlight windows when needed during TUI startup
Tom Tromey (Code Review)
- [FYI] Remove unused constructor declaration from cli_style_option
Tom Tromey
- [FYI] Remove can_highlight from TUI windows
Tom Tromey
- [review] Do not static assert symbol size on Windows
Tom Tromey (Code Review)
- [PATCH][gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI mode
Joel Brobecker
- [review] Add pending stop support to gdbserver's Windows port
Joel Brobecker (Code Review)
- GDB 9.1 release -- 2019-11-11 Update
Joel Brobecker
- [review] Update README
Christian Biesinger (Code Review)
- [FYI] Fix typo in vFile:pwrite documentation
Tom Tromey
- [review v4] Use ctime_r and localtime_r if available
Christian Biesinger (Code Review)
- [review] Import the time_r gnulib module
Christian Biesinger (Code Review)
- [review v5] Use ctime_r and localtime_r for threadsafety
Christian Biesinger (Code Review)
- [review] gdb: Better frame tracking for inline frames
Andrew Burgess (Code Review)
- [review] infcall, c++: collect more pass-by-reference information
Tankut Baris Aktemur (Code Review)
- [review] gdb: fix overload resolution for see-through references
Tankut Baris Aktemur (Code Review)
- [review] gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
Tankut Baris Aktemur (Code Review)
- [RFA] Fix python gdbpy_breakpoint_object leak.
Philippe Waroquiers
- [pushed] Move _initialize_tui_layout to end of file
Sourceware to Gerrit sync (Code Review)
- [pushed] Make TUI resizing tests more robust
Sourceware to Gerrit sync (Code Review)
- [pushed] Consolidate setting of current_layout
Sourceware to Gerrit sync (Code Review)
- [review] Remove the "next" field from windows_thread_info
Tom Tromey (Code Review)
- [review] gnulib: Fix path to import/Makefile{,.in}
Christian Biesinger (Code Review)
- [review] Add a dependency on import/Makefile and config.h
Christian Biesinger (Code Review)
- [review] [gdb/doc] Fix typos
Tom de Vries (Code Review)
- [review] Use gnulib's strerror_r on MinGW
Christian Biesinger (Code Review)
- [review] gdb: fix build error in unittests/vec-utils-selftests.c
Simon Marchi (Code Review)
- [review] gdb/fortran: array stride support
Andrew Burgess (Code Review)
- [review] Allow re-assigning to convenience variables
Tom Tromey (Code Review)
- [review] Report GetLastError value when DebugActiveProcess fails
Tom Tromey (Code Review)
- [PATCH] Adjust byte order variable display/change if DW_AT_endianity is present.
Peeter Joot
- [review] Change two windows_thread_info members to "bool"
Pedro Alves
- [review] Pass thread_info pointer to various inferior control functions
Simon Marchi (Code Review)
- [review v3] Move max_height method to tui_gen_win_info
Tom Tromey (Code Review)
- [review v3] First use of tui_layout
Tom Tromey (Code Review)
- [review v3] Re-apply the current layout when resizing
Tom Tromey (Code Review)
- [review v3] Remove struct tui_point
Tom Tromey (Code Review)
- [review v3] Introduce the tui_gen_win_info::min_height method
Tom Tromey (Code Review)
- [review v3] Introduce new layout code
Tom Tromey (Code Review)
- [review v3] Fix the "winheight" command
Tom Tromey (Code Review)
- [review v3] Change "winheight" resizing to use new layout code
Tom Tromey (Code Review)
- [review] Remove parameters from tui_show_source
Tom Tromey (Code Review)
- [review] Use symtab_and_line when updating TUI windows
Tom Tromey (Code Review)
- [review] Use start_line_or_addr in TUI windows
Tom Tromey (Code Review)
- [review] Simplify tui_update_source_windows_with_line
Tom Tromey (Code Review)
- [review] Add observable to watch current source symtab
Tom Tromey (Code Review)
- [review] Change tui_source_window_base::set_contents to return bool
Tom Tromey (Code Review)
- [review] Remove some TUI asserts
Tom Tromey (Code Review)
- [review] Change set_locator_info to take a symtab_and_line
Tom Tromey (Code Review)
- [review] Don't call set_current_source_symtab_and_line from TUI
Tom Tromey (Code Review)
- [review] Display "main" on initial TUI startup
Tom Tromey (Code Review)
- [review] Change tui_show_frame_info to return bool
Tom Tromey (Code Review)
- [review] Remove some unnecessary focus switches
Tom Tromey (Code Review)
- [review] Remove tui_source_window::show_symtab_source
Tom Tromey (Code Review)
- [review] Fix "list" command in the TUI
Tom Tromey (Code Review)
- [review] Remove tui_show_disassem_and_update_source
Tom Tromey (Code Review)
- [review] Change tui_update_locator_fullname to take a symtab
Tom Tromey (Code Review)
- [review] Simplify tui_update_source_windows_with_addr
Tom Tromey (Code Review)
- [review] Use bool in tui_before_prompt
Tom Tromey (Code Review)
- [review] Remove tui_show_disassem
Tom Tromey (Code Review)
- [review] Don't call tui_show_source from tui_ui_out
Tom Tromey (Code Review)
- [review] Simplify tui_source_window_base::maybe_update method
Tom Tromey (Code Review)
- [review] Reimplement tui_get_begin_asm_address
Tom Tromey (Code Review)
- [review] Remove a call to update_exec_info
Tom Tromey (Code Review)
- [review] [gdb/contrib] Add -c option to words.sh script
Tom de Vries (Code Review)
- [review] [gdb/contrib] Improve words extraction in words.sh script
Tom de Vries (Code Review)
- [review] [gdb/contrib] Combine sed invocations in words.sh script
Tom de Vries (Code Review)
- [review] Handle %I64d in format_pieces
Tom Tromey (Code Review)
- [review v6] Use ctime_r and localtime_r for threadsafety
Christian Biesinger (Code Review)
- [pushed] Use ctime_r and localtime_r for threadsafety
Sourceware to Gerrit sync (Code Review)
- [review] Add no-dist to gnulib configure
Tom Tromey (Code Review)
- [review] Minor updates to readline configury
Tom Tromey (Code Review)
- [review] Replace int with bool in solib.c
Christian Biesinger (Code Review)
- [review] Use cmd_list_element::doc_allocated for Python commands
Tom Tromey (Code Review)
- [review] Add add_internal_function overload
Tom Tromey (Code Review)
- [review] Let commands free "name"
Tom Tromey (Code Review)
- [PATCH 15/16] Highlight source code using GNU Source Highlight
Andrew Pinski
- [review] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
Simon Marchi (Code Review)
- [review] gdb/testsuite: Introduce compiler_supports_ctf_debug guard function
Simon Marchi (Code Review)
- [review] Update Gnulib to the latest git version
Christian Biesinger (Code Review)
- [PATCH] mingw: Fix wrong error message on connection timeout
Orgad Shaneh
- [review] Avoid infinite recursion in find_pc_sect_line
Kevin Buettner (Code Review)
- [RFA] Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc functions.
Philippe Waroquiers
- [review] Fix latent bug in tui_copy_source_line
Tom Tromey (Code Review)
- [review] Don't use class-initialization for the owner union
Christian Biesinger (Code Review)
- Breakage on builder Fedora-x86_64-w64-mingw32, revision b231e86ac9608056ea837e24d42a878927f5787a
gdb-buildbot@sergiodj.net
- Oh dear. I regret to inform you that commit b231e86ac9608056ea837e24d42a878927f5787a might be unfortunate
gdb-buildbot@sergiodj.net
- [review v2] gdb/testsuite: Introduce compiler_supports_ctf_debug guard function
Andrew Burgess (Code Review)
- [review v2] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp
Andrew Burgess (Code Review)
- [review v2] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
Andrew Burgess (Code Review)
- [review v3] gdb/testsuite: Introduce skip_ctf_tests guard function
Andrew Burgess (Code Review)
- [review v3] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp
Andrew Burgess (Code Review)
- [review v3] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
Andrew Burgess (Code Review)
- [review] gdb/testsuite: Fix minor bug in skip_btrace*tests procs
Andrew Burgess (Code Review)
- [review] Create a correctly-sized demangled names hashtable
Christian Biesinger (Code Review)
- [pushed] gdb/testsuite: Introduce skip_ctf_tests guard function
Sourceware to Gerrit sync (Code Review)
- [pushed] gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp
Sourceware to Gerrit sync (Code Review)
- [pushed] gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
Sourceware to Gerrit sync (Code Review)
- GDB 9.1 release -- 2019-11-18 Update
Joel Brobecker
- [review v3] Add maint set/show worker-threads
Christian Biesinger (Code Review)
- [review] Turn off threaded minsym demangling by default
Christian Biesinger (Code Review)
- [PATCH] Replace "if (attr)" with "if (attr != nullptr)".
Ali Tamur via gdb-patches
- [review] Replace SYMBOL_*_NAME accessors with member functions
Christian Biesinger (Code Review)
- [review] Replace the MSYMBOL_*_NAME macros with member functions
Christian Biesinger (Code Review)
- [review] [AArch64, SVE] Improve target description check for SVE in gdbserver
Luis Machado (Code Review)
- Oh dear. I regret to inform you that commit e170989694aecb458d1bbb6a1db6bb712ced707d might be unfortunate
gdb-buildbot@sergiodj.net
- [review] Share handle_exception
Pedro Alves (Code Review)
- [pushed] Fix the "winheight" command
Sourceware to Gerrit sync (Code Review)
- [review v4] Introduce new layout code
Tom Tromey (Code Review)
- [review v4] Remove struct tui_point
Tom Tromey (Code Review)
- [review v4] Re-apply the current layout when resizing
Tom Tromey (Code Review)
- [review v4] First use of tui_layout
Tom Tromey (Code Review)
- [review v4] Move max_height method to tui_gen_win_info
Tom Tromey (Code Review)
- [review] Remove some globals from windows-nat.c
Pedro Alves (Code Review)
- [review] [Debugging output] Make remote packet truncation length adjustable
Luis Machado (Code Review)
- [PATCH] Add missing parentheses on 'print' (gdb.python/py-progspace.exp)
Sergio Durigan Junior
- [review] Treat inactive TUI specially in "info win"
Tom Tromey (Code Review)
- [review] Minor fix to gdb.prompt documentation
Tom Tromey (Code Review)
- [review] Make isearch change readline prompt in TUI
Tom Tromey (Code Review)
- [FYI] Restore parameter names in observable.h
Tom Tromey
- [review] Restore parameter names in observable.h
Tom Tromey (Code Review)
- [review] gdb: remove gen_ret_current_ui_field_ptr
Simon Marchi (Code Review)
- [review] [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI ...
Simon Marchi (Code Review)
- [review v3] gdb: Split print_symbol_info into two parts
Simon Marchi (Code Review)
- [PATCH] gdb/testsuite: test runs only on x86_64
ldurfina@tachyum.com
- [pushed] [gdb] Only force INTERP_CONSOLE ui_out for breakpoint commands in MI ...
Sourceware to Gerrit sync (Code Review)
- [review] Share some inferior-related Windows code
Pedro Alves (Code Review)
- [review] Make last_wait_event static
Pedro Alves (Code Review)
- [review] Move wait_for_debug_event to nat/windows-nat.c
Pedro Alves (Code Review)
- [review] Introduce fetch_pending_stop
Pedro Alves (Code Review)
- [review] Add read_pc / write_pc support to win32-low
Pedro Alves (Code Review)
- [review] Introduce win32_target_ops::decr_pc_after_break
Pedro Alves (Code Review)
- [PATCH] Rename demangle.c to gdb-demangle.c, and some cleanup
Christian Biesinger via gdb-patches
- [PATCH v2] Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)
Sergio Durigan Junior
- [review] Document m68k floating point feature correspondence
Tom Tromey (Code Review)
- [review v4] [gdb/symtab] Prefer var def over decl
Tom de Vries (Code Review)
- [PATCHv2 4/4] gdb: Add new commands to list module variables and functions
Tom de Vries
- [review v3] Defer minimal symbol name-setting
Pedro Alves (Code Review)
- [review v3] Add configure check for std::thread
Pedro Alves (Code Review)
- [review v4] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review v4] gdb: Introduce global_symbol_searcher
Andrew Burgess (Code Review)
- [review v4] gdb/mi: Add -symbol-info-modules command
Andrew Burgess (Code Review)
- [review v4] gdb: Split print_symbol_info into two parts
Andrew Burgess (Code Review)
- [review v4] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v4] gdb/mi: Add -symbol-info-module-{variables,functions}
Andrew Burgess (Code Review)
- [PATCH] Fix (most) OpenBSD link errors
Christian Biesinger via gdb-patches
- [review v5] gdb: Introduce global_symbol_searcher
Andrew Burgess (Code Review)
- [review v5] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review v5] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v3] Add RAII class for blocking gdb signals
Pedro Alves (Code Review)
- [review v3] Introduce alternate_signal_stack RAII class
Pedro Alves (Code Review)
- [review v3] Introduce run_on_main_thread
Pedro Alves (Code Review)
- Multiple identical mails from Gerrit
Eli Zaretskii
- [review v3] Introduce thread-safe way to handle SIGSEGV
Pedro Alves (Code Review)
- [PATCH] Use safe_strerror instead of strerror where possible
Christian Biesinger via gdb-patches
- [review v3] Implement a thread pool
Pedro Alves (Code Review)
- Gerrit status update
Simon Marchi
- [FYI] Avoid crash in print_ada_task_info
Tom Tromey
- [PATCH] Don't override various Makefile variables for gnulib et al
Christian Biesinger via gdb-patches
- [review v3] Demangle minsyms in parallel
Tom Tromey (Code Review)
- [review v4] Introduce run_on_main_thread
Tom Tromey (Code Review)
- [review v4] Add maint set/show worker-threads
Tom Tromey (Code Review)
- [review v4] Add RAII class for blocking gdb signals
Tom Tromey (Code Review)
- [review v4] Introduce thread-safe way to handle SIGSEGV
Tom Tromey (Code Review)
- [review v4] Add configure check for std::thread
Tom Tromey (Code Review)
- [review v4] Implement a thread pool
Tom Tromey (Code Review)
- [review v4] Defer minimal symbol name-setting
Tom Tromey (Code Review)
- [review v4] Demangle minsyms in parallel
Tom Tromey (Code Review)
- [review v4] Use run_on_main_thread in gdb.post_event
Tom Tromey (Code Review)
- [review v4] Introduce the tui_gen_win_info::min_height method
Andrew Burgess (Code Review)
- [review] gdb: Enable stdin on exception in execute_gdb_command
Andrew Burgess (Code Review)
- [review] gdb: Re-enable stdin for all UIs from start_event_loop
Andrew Burgess (Code Review)
- [RFA] Fix crashes due to python GIL released too early
Philippe Waroquiers
- [PATCHv4] Make "skip" work on inline frames
Bernd Edlinger
- [PATCH] Fix setting breakpoints or stepping on line 65535
Bernd Edlinger
- [PATCH] Fix an issue with the gdb step-over aka. "n" command
Bernd Edlinger
- [review] Style field names in "print"
Tom Tromey (Code Review)
- [FYI] Use bool in require_partial_symbols
Tom Tromey
- [pushed] Include gdbarch.h in m68k-linux-nat.c
Simon Marchi
- [RFA 1/4] Implement user defined prefix.
Simon Marchi
- [RFA 2/4] Test prefix-define.
Simon Marchi
- [RFA 3/4] Allow . character as part of command names.
Simon Marchi
- GDB 9.1 release -- 2019-11-24 Update
Joel Brobecker
- [PATCH 15/15] Enable -Wmissing-declarations diagnostic
Simon Marchi
- [PATCH 01/15] Add back declarations for _initialize functions
Simon Marchi
- [PATCH 06/15] Remove dict_empty/mdict_empty
Simon Marchi
- [PATCH 11/15] Remove declaration of tui_set_var_cmd, make definition static
Simon Marchi
- [PATCH 03/15] Add missing includes in dwarf-index-write.c and mi/mi-interp.c
Simon Marchi
- [PATCH 13/15] Remove simulator_command declaration, make static
Simon Marchi
- [PATCH 07/15] Remove unused overload of exit_inferior_silent
Simon Marchi
- [PATCH 05/15] Make a bunch of functions static
Simon Marchi
- [PATCH 12/15] Make functions static in unittests
Simon Marchi
- [PATCH 00/15] Enable -Wmissing-declarations diagnostic
Simon Marchi
- [review] jit: minor improvement to debug logging
Mihails Strasuns (Code Review)
- [review] jit: remove bp locations when unregistering jit code
Mihails Strasuns (Code Review)
- Breakage on builder Fedora-i686, revision cf57ad6d61771f608079f31db10a93872a4553c5
gdb-buildbot@sergiodj.net
- Oh dear. I regret to inform you that commit cf57ad6d61771f608079f31db10a93872a4553c5 might be unfortunate
gdb-buildbot@sergiodj.net
- [PATCH] gdb: Use puts_unfiltered instead of printf_unfiltered
Iain Buclaw
- [review v2] Make windows_thread_info::name a unique_xmalloc_ptr
Tom Tromey (Code Review)
- [review v2] Remove the "next" field from windows_thread_info
Tom Tromey (Code Review)
- [review] Wrap shared windows-nat code in windows_nat namespace
Tom Tromey (Code Review)
- [review v2] Use new and delete for windows_thread_info
Tom Tromey (Code Review)
- [review v2] Share windows_thread_info between gdb and gdbserver
Tom Tromey (Code Review)
- [review v2] Share Windows thread-suspend and -resume code
Tom Tromey (Code Review)
- [review v2] Rename windows_thread_info::id to "tid"
Tom Tromey (Code Review)
- [review] Implement stopped_by_sw_breakpoint for Windows gdbserver
Tom Tromey (Code Review)
- [review] Normalize handle_output_debug_string API
Tom Tromey (Code Review)
- [review v2] Change two windows_thread_info members to "bool"
Tom Tromey (Code Review)
- [review] Call CloseHandle from ~windows_thread_info
Tom Tromey (Code Review)
- [review] Share get_image_name between gdb and gdbserver
Tom Tromey (Code Review)
- [review] Use lwp, not tid, for Windows thread id
Tom Tromey (Code Review)
- [review] Share thread_rec between gdb and gdbserver
Tom Tromey (Code Review)
- [review v2] Rename win32_thread_info to windows_thread_info
Tom Tromey (Code Review)
- [review] Normalize get_windows_debug_event API
Tom Tromey (Code Review)
- [review] Fix up complaints.h for namespace use
Tom Tromey (Code Review)
- [review v2] Handle pending stops from the Windows kernel
Tom Tromey (Code Review)
- [review] Share some Windows-related globals
Tom Tromey (Code Review)
- [review] Share handle_load_dll and handle_unload_dll declarations
Tom Tromey (Code Review)
- [review v2] Change type of argument to windows-nat.c:thread_rec
Tom Tromey (Code Review)
- [FYI] Fix gdbserver ChangeLog entry
Tom Tromey
- [PATCH] Don't include pathmax.h from common-defs.h
Christian Biesinger via gdb-patches
- [PATCH] Simplify the IPA parts of the gdbserver Makefile
Christian Biesinger via gdb-patches
- [review v4] Set names of worker threads
Pedro Alves (Code Review)
- [PATCH] Replace the remaining uses of strerror with safe_strerror
Christian Biesinger via gdb-patches
- [PATCH] Replace SYMBOL_SET_LINKAGE_NAME with a member function
Christian Biesinger via gdb-patches
- [pushed] Introduce alternate_signal_stack RAII class
Sourceware to Gerrit sync (Code Review)
- [pushed] Add configure check for std::thread
Sourceware to Gerrit sync (Code Review)
- [pushed] Demangle minsyms in parallel
Sourceware to Gerrit sync (Code Review)
- [pushed] Introduce thread-safe way to handle SIGSEGV
Sourceware to Gerrit sync (Code Review)
- [pushed] Add RAII class for blocking gdb signals
Sourceware to Gerrit sync (Code Review)
- [pushed] Defer minimal symbol name-setting
Sourceware to Gerrit sync (Code Review)
- [pushed] Introduce run_on_main_thread
Sourceware to Gerrit sync (Code Review)
- [pushed] Add maint set/show worker-threads
Sourceware to Gerrit sync (Code Review)
- [pushed] Set names of worker threads
Sourceware to Gerrit sync (Code Review)
- [pushed] Implement a thread pool
Sourceware to Gerrit sync (Code Review)
- [pushed] Use run_on_main_thread in gdb.post_event
Sourceware to Gerrit sync (Code Review)
- [review v5] Compute msymbol hash codes in parallel
Christian Biesinger (Code Review)
- [review] Add a NEWS entry for multithreaded symbol loading
Christian Biesinger (Code Review)
- [review v4] Precompute hash value for symbol_set_names
Tom Tromey (Code Review)
- [FYI] Fix mingw build of gdb
Tom Tromey
- [review v6] Compute msymbol hash codes in parallel
Christian Biesinger (Code Review)
- [review v5] Precompute hash value for symbol_set_names
Christian Biesinger (Code Review)
- [review v7] Compute msymbol hash codes in parallel
Christian Biesinger (Code Review)
- [review v6] gdb: Split print_symbol_info into two parts
Andrew Burgess (Code Review)
- [review v6] gdb: Introduce global_symbol_searcher
Andrew Burgess (Code Review)
- [review v6] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v6] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review v6] gdb/mi: Add -symbol-info-module-{variables,functions}
Andrew Burgess (Code Review)
- [review v6] gdb/mi: Add -symbol-info-modules command
Andrew Burgess (Code Review)
- [RFAv2 4/4] Document define-prefix command and the use of . in command names.
Philippe Waroquiers
- [RFAv2 2/4] Test define-prefix.
Philippe Waroquiers
- [RFAv2 0/4] More flexible user-defined commands prefixing and naming.
Philippe Waroquiers
- [review v7] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v7] gdb: Introduce global_symbol_searcher
Andrew Burgess (Code Review)
- [review v7] gdb: Split print_symbol_info into two parts
Andrew Burgess (Code Review)
- [review v7] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Andrew Burgess (Code Review)
- [review v4] Change "winheight" resizing to use new layout code
Andrew Burgess (Code Review)
- New ARI warning Wed Nov 27 01:56:22 UTC 2019
GDB Administrator
- [PATCH] Compare iterators, not values, in filtered_iterator::operator{==,!=}
Simon Marchi
- [review v7] gdb/mi: Add -symbol-info-modules command
Simon Marchi (Code Review)
- [review v7] gdb/mi: Add -symbol-info-module-{variables,functions}
Simon Marchi (Code Review)
- [review] [ARM, sim] Fix build error and warnings
Luis Machado (Code Review)
- [pushed] gdb: Introduce global_symbol_searcher
Sourceware to Gerrit sync (Code Review)
- [pushed] gdb/mi: Add new commands -symbol-info-{functions,variables,types}
Sourceware to Gerrit sync (Code Review)
- [pushed] gdb: Split print_symbol_info into two parts
Sourceware to Gerrit sync (Code Review)
- [pushed] gdb/mi: Add -symbol-info-modules command
Sourceware to Gerrit sync (Code Review)
- [review v8] gdb/mi: Add -max-results parameter to some -symbol-info-* commands
Andrew Burgess (Code Review)
- [review v8] gdb/mi: Add -symbol-info-module-{variables,functions}
Andrew Burgess (Code Review)
- [FYI] Remove some unnecessary backslashes
Tom Tromey
- [review] Move type_byte_order earlier
Tom Tromey (Code Review)
- [review] Propagate endianity to subrange types
Tom Tromey (Code Review)
- [review] Add scalar_storage_order support for floating point
Tom Tromey (Code Review)
- [review] Add bit-field test for scalar_storage_order
Tom Tromey (Code Review)
- [review] Remove gdbarch_bits_big_endian
Tom Tromey (Code Review)
- [review] [Obvious] Remove stale FIXME comment
Luis Machado (Code Review)
- [pushed] Precompute hash value for symbol_set_names
Sourceware to Gerrit sync (Code Review)
- [pushed] Compute msymbol hash codes in parallel
Sourceware to Gerrit sync (Code Review)
- [review] gdb/testsuite: Use -J option when compiling Fortran tests
Andrew Burgess (Code Review)
- [X-POST] patchwork.sourceware.org refresh
Siddhesh Poyarekar
- [FYI] Remove unused declaratoin from guile
Tom Tromey
- [FYI] Make two range_bounds bitfields unsigned
Tom Tromey
- [FYI] Fix creal_internal_fn comment
Tom Tromey
- [RFAv3 4/4] Document define-prefix command and the use of . in command names.
Philippe Waroquiers
- [RFAv3 2/4] Test define-prefix.
Philippe Waroquiers
- [RFAv3 3/4] Allow . character as part of command names.
Philippe Waroquiers
- [RFAv3 0/4] More flexible user-defined commands prefixing and naming.
Philippe Waroquiers
- [PATCH v2 1/3] gdb: Rename gdb_flush to ui_file_flush.
Iain Buclaw
- [PATCH v2 2/3] gdb: Rename fputs_unfiltered to ui_file_puts.
Iain Buclaw
- [PATCH v2 3/3] gdb: Remove unused buffer_clearer variable.
Iain Buclaw
- [review] gdb: fix segfault in overload resolution debug output
Tankut Baris Aktemur (Code Review)
- [review] gdb: improve debug output of function overload resolution
Tankut Baris Aktemur (Code Review)
- [review] gdb/dwarf: Introduce dwarf2_per_cu_int_type function
Andrew Burgess (Code Review)
- [review] gdb: Dynamic string length support
Andrew Burgess (Code Review)
- Oh dear. I regret to inform you that commit 3b3978bca2a204a772563c8e121e4a02be72e802 might be unfortunate
gdb-buildbot@sergiodj.net
- [PATCH] sim-utils.c: prevent buffer overflow.
Pavel I. Kryukov
Last message date:
Sat Nov 30 22:54:00 GMT 2019
Archived on: Sun Mar 8 13:17:07 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).