public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 00/10] Extensions for PTWRITE
 2022-06-29 10:43 UTC  (22+ 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/testsuite: modernize gdb.base/maint.exp
 2022-06-29 10:33 UTC  (15+ messages)
    ` [PATCHv2] "
` [PATCHv3] "

[PATCH] Fix for gdb.base/break-idempotent.exp
 2022-06-29  9:58 UTC  (5+ messages)
`  "

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

[Ping v2] [PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings
 2022-06-29  7:20 UTC 

[PATCH] gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocation
 2022-06-28 18:48 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PINGv2][PATCH] "

[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] "

[PATCHv2 0/6] Handle trying to use a native target with the wrong binary
 2022-06-28 14:28 UTC  (21+ messages)
` [PATCHv3 "
  ` [PATCHv3 3/6] gdb: select suitable thread for gdbarch_adjust_breakpoint_address
  ` [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)
  ` [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 v5 0/8] gdb: split array and string limiting options
 2022-06-28 14:04 UTC  (14+ 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 v5 4/8] GDB/testsuite: Tighten `set print elements' error check
` [PATCH v5 5/8] GDB/testsuite: Add coverage for `print -elements' command
` [PATCH v5 6/8] GDB: Allow arbitrary keywords in integer set commands
` [PING^10][PATCH v5 0/8] gdb: split array and string limiting options

[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] [PATCH] [gdb] adds `<iterator>` to list of includes
 2022-06-28  1:04 UTC 

[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)

[PATCH] Use current_inferior ()->pid for AIX
 2022-06-27 15:11 UTC  (12+ messages)
                ` Fw: "

[AArch64] MTE corefile support
 2022-06-27 14:51 UTC  (4+ 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 v5 00/15] basic linker namespace support
 2022-06-27 12:55 UTC  (24+ messages)
` [PATCH v5 03/15] gdb, gdbserver: support dlmopen()
` [PATCH v5 06/15] gdb, compile: unlink objfile stored in module
` [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] 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][gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=thread
 2022-06-26 13:15 UTC 

[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()

[PATCH] Eliminate TUI/CLI observers duplication
 2022-06-24 17:14 UTC  (2+ messages)

[ob/pushed] Delete delete_thread_silent
 2022-06-24 16:25 UTC  (2+ messages)

[PATCH] Always emit =thread-exited notifications, even if silent
 2022-06-24 14:44 UTC 

[PATCH v2 1/2] gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.exp
 2022-06-24 14:16 UTC  (2+ messages)
` [PATCH v2 2/2] gdb/testsuite: add a clear test to py-breakpoint.exp

[PATCH 0/3] Further cleanup of get_compiler_info
 2022-06-24 14:08 UTC  (2+ messages)

[PATCH 1/2] gdb/testsuite: move get_maint_bp_addr to gdb-utils.exp
 2022-06-24 12:00 UTC  (7+ messages)
` [PATCH 2/2] gdb/testsuite: add a clear test to py-breakpoint.exp

[PING] [PATCH 1/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-06-24 11:43 UTC 

[PATCH 0/2] Include count of unexpected core files in gdb.sum summary
 2022-06-24 11:17 UTC  (10+ messages)
` [PATCH 1/2] Improve core file path detection & put cores in output dir
` [PATCH 2/2] Include count of unexpected core files in gdb.sum summary

[PATCH] gdb: make use of RAII in run_inferior_call
 2022-06-24 11:05 UTC  (2+ messages)

[PATCH v3 00/12] Extensions for PTWRITE
 2022-06-24  6:57 UTC  (6+ messages)
` [PATCH v3 07/12] btrace, gdbserver: Add ptwrite to btrace_config_pt

[pushed] Don't declare cli_set_logging
 2022-06-23 20:27 UTC 

[PATCH 0/9] Disassembler opcode display and text alignment
 2022-06-23 16:34 UTC  (15+ messages)
` [PATCH 1/9] gdb/doc: improve description of --data-disassemble opcodes output
` [PATCH 2/9] gdb/testsuite: new test for -data-disassemble opcodes format
` [PATCH 3/9] gdb/disasm: read opcodes bytes with a single read_code call
` [PATCH 4/9] gdb: disassembler opcode display formatting
` [PATCH 5/9] gdb: make gdb_disassembly_flag unsigned
` [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 8/9] gdb/mi: some int to bool conversion
` [PATCH 9/9] gdb/mi: new options for -data-disassemble command

[PATCH] Use PyBool_FromLong
 2022-06-23 15:25 UTC  (2+ messages)

[PATCH] Powerpc, fix vla-optimized-out.exp test
 2022-06-23 14:19 UTC  (7+ messages)

[PATCH 0/3] Minor improvements to 'interp'
 2022-06-22 19:50 UTC  (4+ messages)
` [PATCH 3/3] Use std::string for interpreter_p

[PATCH] [master & gdb 12] Fix core-file -> detach -> crash (corefiles/29275)
 2022-06-22 19:20 UTC 

[PATCH] gdb/reverse: Fix stepping over recursive functions
 2022-06-22 18:49 UTC  (4+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "

[PATCH] Fix number of children of varobj with stub debug info
 2022-06-22 15:43 UTC  (7+ messages)
      ` [PATCH v2 1/2] "
        ` [PATCH v2 2/2] Move a comment to a less confusing place

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

[PATCH v2 0/7] gdb.perf/: Add JIT performance test
 2022-06-22  8:48 UTC  (2+ messages)
` [PING] "

[Ping] [PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings
 2022-06-22  8:39 UTC 

[PATCH 0/2] Some patches for multi inferior case
 2022-06-22  8:22 UTC  (2+ messages)

[PATCH] gdb: reject inserting breakpoints between functions
 2022-06-21 17:01 UTC  (2+ messages)

[PATCH, v6] Fix reverse stepping multiple contiguous PC ranges over the line table
 2022-06-21 16:52 UTC  (2+ messages)

[PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
 2022-06-21 16:50 UTC  (4+ messages)

Query while adding fork feature - AIX
 2022-06-21 16:29 UTC 

python unwinder doc improvement
 2022-06-21 12:19 UTC  (5+ messages)
` [PATCH 1/2] gdb/python doc: Add register_unwinder to code example

[PATCH 00/25] Step over thread clone and thread exit
 2022-06-21 12:07 UTC  (3+ messages)
` [PATCH 25/25] Document remote clone events, and QThreadOptions packet

[PATCH] Add gdb.Objfile.is_file attribute
 2022-06-21 11:25 UTC  (2+ messages)

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).