Show patches with: State = Action Required       |    Archived = No       |   4271 patches
« 1 226 27 2842 43 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[v10,07/10] btrace, gdbserver: Add ptwrite to btrace_config_pt. Extensions for PTWRITE 1 - --- 2023-07-18 Willgerodt, Felix New
[v10,06/10] python: Add clear() to gdb.Record. Extensions for PTWRITE 2 - --- 2023-07-18 Willgerodt, Felix New
[v10,05/10] python: Introduce gdb.RecordAuxiliary class. Extensions for PTWRITE 1 - --- 2023-07-18 Willgerodt, Felix New
[v10,04/10] btrace: Handle stepping and goto for auxiliary instructions. Extensions for PTWRITE - - --- 2023-07-18 Willgerodt, Felix New
[v10,03/10] btrace: Enable auxiliary instructions in record function-call-history. Extensions for PTWRITE 1 - --- 2023-07-18 Willgerodt, Felix New
[v10,02/10] btrace: Enable auxiliary instructions in record instruction-history. Extensions for PTWRITE 1 - --- 2023-07-18 Willgerodt, Felix New
[v10,01/10] btrace: Introduce auxiliary instructions. Extensions for PTWRITE 1 - --- 2023-07-18 Willgerodt, Felix New
gdb/cli: fixes to newly added "list ." command gdb/cli: fixes to newly added "list ." command 1 - --- 2023-07-18 Guinevere Larsen New
[RFC] Filter invalid encodings from Linux thread names [RFC] Filter invalid encodings from Linux thread names - - --- 2023-07-17 Tom Tromey New
[v2,8/8] fbsd-nat: Implement the target stop method. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,7/8] fbsd-nat: Defer resume of inferiors. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,6/8] fbsd-nat: Stop a process if it is running before killing it. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,5/8] fbsd-nat: Fix thread_alive against a running thread. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,4/8] fbsd-nat: Fix several issues with detaching. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,3/8] fbsd-nat: Fix resuming and waiting with multiple processes. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,2/8] fbsd-nat: Defer any ineligible events reported by wait. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[v2,1/8] fbsd-nat: Add a list of pending events. Fixes for multiprocess for FreeBSD's native target - - --- 2023-07-17 John Baldwin New
[pushed] Remove unused declaration of child_terminal_init_with_pgrp [pushed] Remove unused declaration of child_terminal_init_with_pgrp - - --- 2023-07-17 Tom Tromey New
[v4,6/6] Use correct inferior in Inferior.read_memory et al Fix some Python Inferior methods 1 - --- 2023-07-14 Tom Tromey New
[v4,5/6] Introduce scoped_restore_current_inferior_for_memory Fix some Python Inferior methods - - --- 2023-07-14 Tom Tromey New
[v4,4/6] Remove obsolete comment from gdbthread.h Fix some Python Inferior methods - - --- 2023-07-14 Tom Tromey New
[v4,3/6] Rename Python variable in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-14 Tom Tromey New
[v4,2/6] Refactor py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-14 Tom Tromey New
[v4,1/6] Minor cleanups in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-14 Tom Tromey New
[pushed] Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" [pushed] Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" - - --- 2023-07-14 Tom Tromey New
[v6,15/15] gdbserver: Simplify handling of ZMM registers. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,14/15] x86: Remove X86_XSTATE_SIZE and related constants. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,13/15] gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,12/15] gdbserver: Refactor the legacy region within the xsave struct Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,11/15] gdbserver: Add a function to set the XSAVE mask and size. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,10/15] gdb: Use x86_xstate_layout to parse the XSAVE extended state area. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,09/15] gdb: Support XSAVE layouts for the current host in the Linux x86 targets. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,08/15] gdb: Update x86 Linux architectures to support XSAVE layouts. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,07/15] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,06/15] gdb: Update x86 FreeBSD architectures to support XSAVE layouts. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,05/15] x86 nat: Add helper functions to save the XSAVE layout for the host. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,04/15] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,03/15] core: Support fetching x86 XSAVE layout from architectures. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,02/15] gdb: Store an x86_xsave_layout in i386_gdbarch_tdep. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
[v6,01/15] x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts. Handle variable XSAVE layouts - - --- 2023-07-14 John Baldwin New
gdb/testsuite: Disable gdb.compile when testing with clang gdb/testsuite: Disable gdb.compile when testing with clang - - --- 2023-07-14 Guinevere Larsen New
gdb: fix auto-load variable expansion when path is nontrivial gdb: fix auto-load variable expansion when path is nontrivial - - --- 2023-07-14 Arsen Arsenović New
[v3,6/6] Use correct inferior in Inferior.read_memory et al Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
[v3,5/6] Introduce scoped_restore_current_inferior_for_memory Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
[v3,4/6] Remove obsolete comment from gdbthread.h Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
[v3,3/6] Rename Python variable in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
[v3,2/6] Refactor py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
[v3,1/6] Minor cleanups in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-13 Tom Tromey New
Guard against killing unrelated processes in amd64-disp-step.exp Guard against killing unrelated processes in amd64-disp-step.exp - - --- 2023-07-13 Rainer Orth New
[v4,1/1] : add git trailer information on gdb/MAINTAINERS update MAINTAINERS file with git trailers 1 - --- 2023-07-13 Guinevere Larsen New
[v4,4/4] gdb/doc: document '+' argument for 'list' command Small changes to "list" command 1 - --- 2023-07-13 Guinevere Larsen New
[v4,3/4] gdb/cli: Improve UX when using list with no args Small changes to "list" command 1 - --- 2023-07-13 Guinevere Larsen New
[v4,2/4] gdb/cli: add '.' as an argument for 'list' command Small changes to "list" command 1 - --- 2023-07-13 Guinevere Larsen New
[v4,1/4] gdb/cli: Factor out code to list lines around a given line Small changes to "list" command - - --- 2023-07-13 Guinevere Larsen New
[v1] gdb/fortran: Align intrinsic/variable precedence [v1] gdb/fortran: Align intrinsic/variable precedence - - --- 2023-07-13 Richard Bunt New
[v5] gdb/DAP Fix disassemble bug [v5] gdb/DAP Fix disassemble bug - - --- 2023-07-12 Simon Farre New
[v4] gdb/DAP Fix disassemble bug [v4] gdb/DAP Fix disassemble bug - - --- 2023-07-12 Simon Farre New
gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step - - --- 2023-07-12 Yan, Zhiyong New
gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step - - --- 2023-07-12 Yan, Zhiyong New
gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step gdbserver: Install single-step breakpoint for a pending thread whose last_resume_kind is resume_step - - --- 2023-07-12 Yan, Zhiyong New
[v2,6/6] Use correct inferior in Inferior.read_memory et al Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[v2,5/6] Introduce scoped_restore_current_inferior_for_memory Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[v2,4/6] Remove obsolete comment from gdbthread.h Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[v2,3/6] Rename Python variable in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[v2,2/6] Refactor py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[v2,1/6] Minor cleanups in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-11 Tom Tromey New
[3/3] Implement DAP modules request Implement the DAP "modules" request - - --- 2023-07-11 Tom Tromey New
[2/3] Add Progspace.objfile_for_address Implement the DAP "modules" request 1 - --- 2023-07-11 Tom Tromey New
[1/3] Remove unused imports Implement the DAP "modules" request - - --- 2023-07-11 Tom Tromey New
[v3,4/4] gdb: Skip trampoline frames in the stack for printing or finish command. GDB support for DW_AT_trampoline 1 - --- 2023-07-10 Ijaz, Abdul B New
[v3,3/4] gdb/infrun: handle stepping through functions with DW_AT_trampoline GDB support for DW_AT_trampoline 1 - --- 2023-07-10 Ijaz, Abdul B New
[v3,2/4] gdb/symtab: add lookup for trampoline functions GDB support for DW_AT_trampoline - - --- 2023-07-10 Ijaz, Abdul B New
[v3,1/4] gdb, dwarf: add support for DW_AT_trampoline in DWARF reader GDB support for DW_AT_trampoline - - --- 2023-07-10 Ijaz, Abdul B New
[5/6,v3] gdb/debuginfod: Support on-demand debuginfo downloading Untitled series #22261 - - --- 2023-07-10 Aaron Merey New
Remove target_close Remove target_close - - --- 2023-07-10 Tom Tromey New
Remove some TODOs from gdb.cp tests Remove some TODOs from gdb.cp tests 1 - --- 2023-07-10 Tom Tromey New
[8/8] Change 'handle_id' to be a local variable Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[7/8] Move definition of ctf_target type Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[6/8] Constify tfile_interp_line Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[5/8] Use function_view in traceframe_walk_blocks Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[4/8] Use unique_ptr for trace_dirname Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[3/8] Use unique_ptr for trace_filename Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[2/8] Replace use of xfree with byte_vector Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
[1/8] Remove a use of xfree Minor C++-ification and cleanup in trace targets - - --- 2023-07-09 Tom Tromey New
Add support for symbol addition to the Python API Add support for symbol addition to the Python API - - --- 2023-07-07 Matheus Branco Borella New
gdb/cp-namespace.c: Fix assert failure caused by malformed user input gdb/cp-namespace.c: Fix assert failure caused by malformed user input - - --- 2023-07-07 Aaron Merey New
[v2,2/2] gdb: retain thread-specific breakpoints in reverse execution targets Improve handling of thread numbers for reverse execution targets 1 - --- 2023-07-07 Magne Hov New
[v2,1/2] gdb: keep record of thread numbers for reverse execution targets Improve handling of thread numbers for reverse execution targets 1 - --- 2023-07-07 Magne Hov New
[5/5] Use correct inferior in Inferior.read_memory et al Fix some Python Inferior methods - - --- 2023-07-07 Tom Tromey New
[4/5] Remove obsolete comment from gdbthread.h Fix some Python Inferior methods - - --- 2023-07-07 Tom Tromey New
[3/5] Rename Python variable in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-07 Tom Tromey New
[2/5] Refactor py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-07 Tom Tromey New
[1/5] Minor cleanups in py-inferior.exp Fix some Python Inferior methods - - --- 2023-07-07 Tom Tromey New
Add name_of_main and language_of_main to the DWARF index Add name_of_main and language_of_main to the DWARF index - - --- 2023-07-07 Matheus Branco Borella New
[PATCHv7] gdb: add inferior-specific breakpoints [PATCHv7] gdb: add inferior-specific breakpoints - - --- 2023-07-07 Andrew Burgess New
[v2,4/4] Test that native targets can read a tdesc without a process attached. Handle null inferiors in target::read_description - - --- 2023-07-06 John Baldwin New
[v2,3/4] Add a have_native_target helper function for use with require. Handle null inferiors in target::read_description - - --- 2023-07-06 John Baldwin New
[v2,2/4] *-linux-nat: Handle null inferior in read_description. Handle null inferiors in target::read_description - - --- 2023-07-06 John Baldwin New
[v2,1/4] *-fbsd-nat: Handle null inferior in read_description. Handle null inferiors in target::read_description - - --- 2023-07-06 John Baldwin New
gdb: LoongArch: Optimize fetch register process gdb: LoongArch: Optimize fetch register process 1 - --- 2023-07-06 Hui Li New
« 1 226 27 2842 43 »