public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-07-05 18:12 UTC  (2+ messages)

[PATCH 0/4] Minor 'struct ui' cleanups
 2022-07-05 17:15 UTC  (5+ messages)
` [PATCH 1/4] Remove ui_register_input_event_handler
` [PATCH 2/4] Replace input_interactive_p with a method
` [PATCH 3/4] Remove cli_out_new
` [PATCH 4/4] Remove manual lifetime management from cli_interp

[PATCH] Remove array typedef assumption for Ada
 2022-07-05 16:41 UTC 

[PATCH] Make 'import gdb.events' work
 2022-07-05 16:35 UTC  (2+ messages)

[PATCH 1/5] [COVER-LETTER, RFC] Fix some fsanitize=thread issues in gdb's cooked index
 2022-07-05 15:19 UTC  (19+ messages)
` [PATCH 2/5] [gdb/symtab] Fix data race on per_cu->dwarf_version
` [PATCH 3/5] [gdb/symtab] Work around fsanitize=address false positive for per_cu->lang
        ` [PATCH 3/5] [gdb/symtab] Work around fsanitize=address false positive for per_ cu->lang
` [PATCH 4/5] [gdb/symtab] Work around fsanitize=address false positive for per_cu->unit_type
` [PATCH 5/5] [gdb/symtab] Fix data race on per_cu->lang

[PATCH] [AArch64] Fix testcase compilation failure
 2022-07-05 14:49 UTC  (2+ messages)

[PATCH] gdb: LoongArch: add orig_a0 into register set
 2022-07-05 14:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] [AArch64, obv] Fix include guard naming for arch/aarch64-mte-linux.h
 2022-07-05 13:36 UTC 

[PATCH] [AArch64] Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.exp
 2022-07-05 13:35 UTC 

[PATCH 0/3] Fix some use-after-free errors in varobj code
 2022-07-05 13:33 UTC  (5+ messages)
` [PATCH 2/3] gdb/varobj: Fix use after free in varobj
    ` Formatting/indentation of lambdas (Re: [PATCH 2/3] gdb/varobj: Fix use after free in varobj)

[PING 2] [PATCH 0/4] Adapt Fortran testsuite for ifort
 2022-07-05 13:01 UTC  (7+ messages)

[PATCH] Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
 2022-07-04 20:25 UTC  (2+ messages)

[PATCH] Use current_inferior ()->pid for AIX
 2022-07-04 19:28 UTC  (11+ messages)
                ` Fw: "

[PATCH] gdb/python: look for python, then python 3 at configure time
 2022-07-04 16:27 UTC 

[PATCH 0/4] Adapt Fortran testsuite for ifort
 2022-07-04 15:59 UTC  (2+ messages)
` [PING 2][PATCH "

[PATCH v3 0/4] gdb, btrace: infrun fixes
 2022-07-04 11:54 UTC  (5+ messages)
` [PATCH v3 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH v3 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH v3 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH v3 4/4] gdb, infrun: fix multi-threaded reverse stepping

[PATCH 0/2] Use libopcodes disassembler styling with GDB
 2022-07-04 10:17 UTC  (7+ messages)
` [PATCH 2/2] gdb: add support for disassembler styling using libopcodes

[committed][gdb/symtab] Add get/set functions for per_cu->lang/unit_type
 2022-07-04  8:29 UTC 

[PATCH][gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=thread
 2022-07-02  9:50 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH] [PATCH] [gdb] adds `<iterator>` to list of includes
 2022-07-01 21:50 UTC  (3+ messages)

[PATCH] GDB/doc: Remove indentation from `print -elements' completion example
 2022-07-01 16:13 UTC  (3+ messages)

[PATCH] GDB/doc: Remove extraneous spaces from completion examples
 2022-07-01 16:13 UTC  (3+ messages)

[PATCH] Fix gdb.base/step-indirect-call-thunk.exp
 2022-07-01 12:37 UTC  (3+ messages)
` [Ping] "

[PATCH v5 00/15] basic linker namespace support
 2022-06-30 22:35 UTC  (23+ messages)
` [PATCH v5 03/15] gdb, gdbserver: support dlmopen()
` [PATCH v5 07/15] gdb, python: use gdbarch_iterate_over_objfiles_in_search_order
` [PATCH v5 08/15] gdb, ada: collect standard exceptions in all objfiles
` [PATCH v5 09/15] gdb, ada: update ada_lookup_simple_minsym
` [PATCH v5 10/15] gdb, ada: update ada_add_all_symbols
` [PATCH v5 11/15] gdb, cp: update add_symbol_overload_list_qualified
` [PATCH v5 12/15] gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol
` [PATCH v5 13/15] gdb, symtab: inline find_quick_global_symbol_language
` [PATCH v5 14/15] gdb: update gnu ifunc resolve
` [PATCH v5 15/15] gdb, solib-svr4: support namespaces in DSO iteration

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-06-30 18:59 UTC  (18+ messages)
` [PATCH v5 1/8] GDB: Remove extraneous full stops from `set' command error messages
` [PATCH v5 2/8] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'
` [PATCH v5 3/8] GDB: Add `NUMBER' completion to `set' integer commands
    ` [PATCH v6 "
` [PATCH v5 4/8] GDB/testsuite: Tighten `set print elements' error check
` [PATCH v5 6/8] GDB: Allow arbitrary keywords in integer set commands

[PATCH] gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocation
 2022-06-30 17:14 UTC  (5+ messages)
` [PING][PATCH] "
  ` [PINGv2][PATCH] "

[PATCH] Fix for gdb.base/stap-probe.c
 2022-06-30 15:14 UTC  (3+ messages)
` [PING] "
  ` [PING 2] "

[PATCH] Add PowerPC support to gdb.cp/call-method-register.cc
 2022-06-30 15:13 UTC  (2+ messages)
` [Ping] "

[PATCH v3 00/14] Clean gdb.base when testing with clang
 2022-06-30 15:06 UTC  (5+ messages)
` [PATCH v3 05/14] update gdb.base/info-program.exp to not fail "
` [PATCH v3 06/14] fix gdb.base/access-mem-running.exp for clang testing

[PATCH][gdb/exp] Fix internal error when printing C++ pointer-to-member
 2022-06-30 14:59 UTC 

[PATCH 0/9] Disassembler opcode display and text alignment
 2022-06-30 13:36 UTC  (15+ messages)
` [PATCH 1/9] gdb/doc: improve description of --data-disassemble opcodes output
` [PATCH 6/9] gdb/doc: fix column widths in MI compatibility table
` [PATCH 7/9] gdb/doc: update syntax of -data-disassemble command arguments
` [PATCH 9/9] gdb/mi: new options for -data-disassemble command

[PATCHv2 0/6] Handle trying to use a native target with the wrong binary
 2022-06-30 11:44 UTC  (23+ messages)
` [PATCHv3 "
  ` [PATCHv3 5/6] gdb: ensure the cast in gdbarch_tdep is valid
  ` [PATCHv3 6/6] gdb: native target invalid architecture detection
            ` [PATCH v2] gdb+gdbserver/Linux: avoid reading registers while going through shell (was: Re: [PATCHv3 6/6] gdb: native target invalid architecture detection)
                ` [PATCH] Fix GDBserver regression due to change to avoid reading shell registers
  ` [PATCHv4 0/6] Detect invalid casts of gdbarch_tdep structures
    ` [PATCHv4 1/6] gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scope
    ` [PATCHv4 2/6] gdb/mips: rewrite show_mask_address
    ` [PATCHv4 3/6] gdb: select suitable thread for gdbarch_adjust_breakpoint_address
    ` [PATCHv4 4/6] gdb: move the type cast into gdbarch_tdep
    ` [PATCHv4 5/6] gdbsupport: add checked_static_cast
    ` [PATCHv4 6/6] gdb: ensure the cast in gdbarch_tdep is valid

[PATCH][gdb] Block SIGTERM in worker threads
 2022-06-30 11:08 UTC  (2+ messages)

[PATCH] gdb/arm: Sync sp with other *sp registers
 2022-06-30  7:13 UTC 

[Ping v2] [PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings
 2022-06-30  7:09 UTC  (2+ messages)

[PATCH] gdb/reverse: Fix stepping over recursive functions
 2022-06-29 18:46 UTC  (5+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "

[PATCH] Fix for gdb.base/break-idempotent.exp
 2022-06-29 15:34 UTC  (5+ messages)

[PATCH] gdb/testsuite: modernize gdb.base/maint.exp
 2022-06-29 14:53 UTC  (11+ messages)
` [PATCHv3] "
` [PATCHv4] "

[PATCH v5 00/10] Extensions for PTWRITE
 2022-06-29 13:35 UTC  (23+ messages)
` [PATCH v5 01/10] btrace: Introduce auxiliary instructions
` [PATCH v5 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH v5 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH v5 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH v5 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v5 06/10] python: Add clear() to gdb.Record
` [PATCH v5 07/10] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v5 08/10] btrace, linux: Enable ptwrite packets
` [PATCH v5 09/10] btrace, python: Enable ptwrite filter registration
` [PATCH v5 10/10] btrace: Extend ptwrite event decoding

[PATCH] gdb/arm: Only stack S16..S31 when FPU registers are secure
 2022-06-29 10:55 UTC  (4+ messages)

[PATCH][gdb/symtab] Fix parsing of .debug_str_offsets header
 2022-06-28 15:12 UTC  (2+ messages)
` [committed][gdb/symtab] "

[PATCH][gdb/testsuite] Skip gdb.fortran/namelist.exp for gfortran 4.8
 2022-06-28 15:12 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb/testsuite] Workaround unnecessary .s file with gfortran 4.8
 2022-06-28 15:11 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb/testsuite] Enable some test-cases for x86_64 -m32
 2022-06-28 15:10 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb/testsuite] Fix gdb.reverse/i387-env-reverse.exp for -pie
 2022-06-28 15:10 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb/testsuite] Handle older python in gdb.python/py-send-packet.py
 2022-06-28 15:09 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb/build] Fix gdb build with -fsanitize=thread and gcc 7
 2022-06-28 15:07 UTC  (2+ messages)
` [commited][gdb/build] "

[PATCH 0/4] Add AMX support
 2022-06-28 13:35 UTC  (17+ messages)
` [PATCH 1/4] gdb: define int512 and uint512 as built-in types
` [PATCH 2/4] gdb, gdbserver: Add AMX registers
` [PATCH 3/4] gdb, gdbserver: Allocate only a sane amount of buffer when fetching registers
` [PATCH 4/4] gdb: Clear tilecfg.start_row for any PC modification

[PATCH] gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback
 2022-06-27 21:10 UTC 

[OBV/PATCH] gdb/testsuite: update bug numbers from Gnats to bugzilla
 2022-06-27 20:08 UTC 

[PATCH v2] gdb/stack.c: avoid stale pointers when printing frame arguments
 2022-06-27 18:52 UTC  (4+ messages)

[AArch64] MTE corefile support
 2022-06-27 14:51 UTC  (3+ messages)
` [PATCH, v4] "

[PATCH][gdb/testsuite] Support recording of getrandom
 2022-06-27 14:15 UTC  (2+ messages)

[PATCH] gdb/testsuite: fix gdb.base/break-idempotent.exp on ppc
 2022-06-27 13:41 UTC  (3+ messages)
` [PATCHv2] "

[PATCH][gdb/build] Fix build breaker with --enabled-shared
 2022-06-27 13:38 UTC  (2+ messages)

[PATCH] Make GDBserver abort on internal error in development mode
 2022-06-27 12:06 UTC  (3+ messages)

[PATCH v4 0/2] [gdb] untie and validate inheritance location
 2022-06-27 11:24 UTC  (9+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "
        ` [PINGv5] "
          ` [PINGv6] "
            ` [PINGv7] "
              ` [PINGv8] "

[PATCH] gdb/arm: Unwind Non-Secure callbacks from Secure
 2022-06-27  8:38 UTC  (4+ messages)

[PATCH][gdb/build] Fix gdbserver build with -fsanitize=thread
 2022-06-27  5:55 UTC  (2+ messages)

[PING] [PATCH 0/4] Adapt Fortran testsuite for ifort
 2022-06-27  4:59 UTC 

[RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
 2022-06-26 17:27 UTC  (2+ messages)

[PATCH][PR gdb/28874] gdb/remote: switch to added threads if there isn't one already
 2022-06-25 17:29 UTC  (2+ messages)

[PATCH] Fix corrupt DWARF in dw2-double-set-die-type
 2022-06-25 17:12 UTC  (2+ messages)

[PATCH] Fix end of CU calculation in cooked_indexer::index_dies
 2022-06-25 17:10 UTC  (2+ messages)

[PATCH][gdbsupport] Add sequential_for_each
 2022-06-25 13:20 UTC 

[PATCH] gdb: Remove duplicate "gdb Summary" in the test output
 2022-06-25  3:31 UTC 

[COMMITTED PATCH 1/2] gdb: LoongArch: Define register numbers and clean up code
 2022-06-25  2:21 UTC  (2+ messages)
` [COMMITTED PATCH 2/2] gdb: LoongArch: Implement loongarch_linux_syscall_next_pc()

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).