Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] gdb: remove HAVE_DECL_PTRACE
 2020-03-20 16:06 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.threads/omp-par-scope.exp XPASS
 2020-03-20 15:52 UTC  (3+ messages)

[PATCH] Disable get_ptrace_pid for NetBSD
 2020-03-20 15:50 UTC  (15+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] Correct decoding AUXV on NetBSD
 2020-03-20 15:43 UTC  (6+ messages)
` [PATCH v2] Add support for "info auxv" "

[PATCH] Implement "info proc mappings" for NetBSD
 2020-03-20 15:36 UTC  (3+ messages)

[PATCH] Don't pass NULL to memcpy in gdb
 2020-03-20 15:01 UTC 

[PATCH] gdb/testsuite/fortran: Add mixed language stack test
 2020-03-20 14:53 UTC  (2+ messages)

[PATCH] Update the return type of gdb_ptrace to be more flexible
 2020-03-20 14:49 UTC  (2+ messages)

[pushed 0/2] Minor -fsanitize=address fixes
 2020-03-20 14:36 UTC  (3+ messages)
` [pushed 1/2] Avoid stringop-truncation errors
` [pushed 2/2] Fix assert in c-exp.y

[PATCH] Fix column alignment in "maint info line-table"
 2020-03-20 14:29 UTC  (3+ messages)

[committed][gdb/testsuite] Fix timeouts in gdb.threads/step-over-*.exp
 2020-03-20 13:59 UTC 

[PATCH] Inherit ppc_nbsd_nat_target from nbsd_nat_target
 2020-03-20 13:56 UTC  (3+ messages)

[PATCH] DWARFv5: Handle location list for split dwarf
 2020-03-20  3:20 UTC  (2+ messages)

[PATCH] Add support for NetBSD threads in ppc-nbsd-nat.c
 2020-03-20  2:43 UTC  (2+ messages)

[PATCH] Add support for NetBSD threads in hppa-nbsd-nat.c
 2020-03-20  2:43 UTC  (2+ messages)

[PATCH v5] Improve ptrace-error detection on Linux targets
 2020-03-20  0:53 UTC  (11+ messages)
` [PATCH 0/6] Improve ptrace-error detection
  ` [PATCH v2 0/5] "
    ` [PATCH v2 1/5] Introduce scoped_pipe.h
    ` [PATCH v2 2/5] Don't reset errno/bfd_error on 'throw_perror_with_name'
    ` [PATCH v2 3/5] Expand 'fork_inferior' to check whether 'traceme_fun' succeeded
    ` [PATCH v2 4/5] Extend GNU/Linux to check for ptrace error
    ` [PATCH v2 5/5] Document Linux-specific possible ptrace restrictions

[PATCH] Fix Ada val_print removal regression
 2020-03-19 21:24 UTC  (7+ messages)

[PING][PATCH 00/31] Turn gdbserver's linux low targets into classes
 2020-03-19 20:13 UTC 

[PATCH][AArch64] When unavailable, fetch VG from ptrace
 2020-03-19 15:54 UTC  (3+ messages)

[PATCH] Avoid get_ptrace_pid() usage on NetBSD in x86-bsd-nat.c
 2020-03-19 13:40 UTC  (9+ messages)
  ` [PATCH v3] "
    ` [PATCH v4] "
` [PATCH v2] "

[RFC 0/2] Restore previously selected frame when switching thread
 2020-03-19 11:19 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 435edf0bf231240ccecb474b74ebb49dc8db2633 might be unfortunate
 2020-03-19 10:17 UTC  (2+ messages)
` Breakage on builder Fedora-i686, revision 435edf0bf231240ccecb474b74ebb49dc8db2633

[committed][gdb/testsuite] Fix gdb.opt/inline-locals.exp KFAILs
 2020-03-19  7:45 UTC 

[PATCH][gdb/testsuite] Give up after consecutive timeouts in completion-support.exp
 2020-03-19  6:58 UTC  (6+ messages)

[PATCH 0/2] Line table is_stmt support
 2020-03-19  1:33 UTC  (11+ messages)
` [PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field
  ` [PATCH] Fix range end handling of inlined subroutines
    ` [PATCHv2] "
      ` [PATCHv3] "

[RFC][PATCH] Support frames inlined into the outer frame
 2020-03-18 22:11 UTC  (7+ messages)
        ` [PATCH] [gdb] "

[PATCH] Disable get_ptrace_pid for NetBSD
 2020-03-18 21:45 UTC  (8+ messages)

[review] [gdb] Support frames inlined into the outer frame
 2020-03-18 21:23 UTC  (5+ messages)

[PATCH] Rename the read symbol to xread
 2020-03-18 20:51 UTC  (10+ messages)
          ` [PATCH v2] "

[PATCH] Return unconditionally ptid.pid () in get_ptrace_pid() for NetBSD
 2020-03-18 16:45 UTC  (5+ messages)

[PATCH 0/4] Fix BZ 25631 - core file memory access problem
 2020-03-18 16:29 UTC  (4+ messages)
` [PATCH 1/4] Remove hack for GDB which sets the section size to 0

[PATCH][gdb/symtab] Fix check-psymtab failure for inline function
 2020-03-18 15:58 UTC  (4+ messages)
  ` [committed][gdb/testsuite] Add test-case gdb.dwarf2/break-inline-psymtab.exp

[PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-03-18 14:09 UTC  (7+ messages)

[PATCH 0/7] refactor and enhance jit testing
 2020-03-18 12:48 UTC  (3+ messages)

[PATCH] DWARFv5: Handle location list for split dwarf
 2020-03-18  2:45 UTC  (2+ messages)

[PATCH] Inherit sh_nbsd_nat_target from nbsd_nat_target
 2020-03-18  1:21 UTC  (2+ messages)

[PATCH] Include <alloca.h> conditionally
 2020-03-18  1:20 UTC  (2+ messages)

[PATCH] Namespace the reg class to avoid clashes with OS headers
 2020-03-18  1:19 UTC  (2+ messages)

[PATCH] Add support for NetBSD threads in i386-bsd-nat.c
 2020-03-18  0:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Add support for NetBSD threads in amd64-bsd-nat.c
 2020-03-18  0:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCHv2 0/2] Line table is_stmt support
 2020-03-17 22:21 UTC  (10+ messages)
` [PATCHv2 2/2] gdb: Add support for tracking the DWARF line table is-stmt field

[PATCH] Add support for NetBSD threads in sparc-nat.c
 2020-03-17 19:09 UTC  (12+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH] Add support for NetBSD threads in sh-nbsd-nat.c
 2020-03-17 15:34 UTC 

[RFC][gdb] Use partial symbol table to find language for main
 2020-03-17 15:25 UTC  (5+ messages)
      ` [PATCH][gdb] "

[PATCH 0/2] All threads not stopped when a process exits
 2020-03-17 13:02 UTC  (2+ messages)
` [PING^2][PATCH "

[PATCH] Add support for NetBSD threads in sparc-nat.c
 2020-03-17  9:38 UTC  (3+ messages)

[pushed] Initialize base_value in pascal_object_print_value
 2020-03-17  0:36 UTC 

[PUSHED] arc: Migrate to new target features
 2020-03-16 21:55 UTC 

[PATCH 0/7] Add "Windows" OS ABI
 2020-03-16 21:00 UTC  (15+ messages)
` [PATCH 1/7] gdb: recognize 64 bits Windows executables as Cygwin osabi
` [PATCH 2/7] gdb: move enum gdb_osabi to osabi.h
` [PATCH 3/7] gdb: add Windows OS ABI
` [PATCH 4/7] gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c
` [PATCH 5/7] gdb: rename content of i386-windows-tdep.c, cygwin to windows
` [PATCH 6/7] gdb: select "Cygwin" OS ABI for Cygwin binaries
` [PATCH 7/7] gdb: define builtin long type to be 64 bits on amd64 Cygwin

[PATCH] Rewrite nbsd_nat_target::pid_to_exec_file to sysctl(3)
 2020-03-16 19:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Include missing header to get missing declarations
 2020-03-16 17:36 UTC  (2+ messages)

[PATCH] Fix dwarf2_name caching bug
 2020-03-16 17:26 UTC  (2+ messages)

[RFC][gdb/testsuite] Fix silent timeout in gdb.multi/multi-target.exp
 2020-03-16 17:01 UTC 

[committed][gdb/testsuite] Add cache_verify option for gdb_caching_procs
 2020-03-16 13:39 UTC 

openSUSE Leap 15.1 test report
 2020-03-15 14:25 UTC 

[review] [gdb/testsuite] Fix solib-list.exp test-case for exec with debug-info
 2020-03-15 14:19 UTC  (2+ messages)

[RFAv5 0/3] Allow the user to define default args for commands and aliases
 2020-03-15 13:14 UTC  (2+ messages)
` PING. "

[committed][gdb/testsuite] Fix check-read1 FAIL with gdb.base/maint.exp
 2020-03-15  9:44 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox