public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
python unwinder doc improvement
 2022-06-03 16:38 UTC  (14+ messages)
` [PATCH v2 1/3] gdb/python doc: Add register_unwinder to code example
  ` [PATCH v2 2/3] gdb/python doc: Add enable property to the unwinder example
` [PATCH v3 1/4] gdb/python doc: Add register_unwinder to code example
  ` [PATCH v3 2/4] gdb/python doc: Add enable property to the unwinder example
  ` [PATCH v3 3/4] gdb/python doc: Fix confusion between gdb.unwinders and gdb.unwinder
  ` [PATCH v3 4/4] gdb/python doc: Move unwinder skeleton code

[pushed] Use bool for evregpy_no_listeners_p
 2022-06-03 16:36 UTC 

[PATCH] Handle encoding failures in Windows thread names
 2022-06-03 16:19 UTC  (8+ messages)

GDB wiki
 2022-06-03 16:07 UTC  (2+ messages)

[PATCH] linux_nat_target::xfer_partial: Fallback to ptrace
 2022-06-03 15:18 UTC 

[PATCH 0/2] Fix regressions introduced by Fortran compiler identification series
 2022-06-03  8:54 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: use test_compiler_info in gcc_major_version
` [PATCH 2/2] gdb/testsuite: cache compiler_info on a per language basis

[PATCH v2 00/16] Fortran compiler identification and ifx testsuite support
 2022-06-03  6:53 UTC  (26+ messages)
` [PATCH v2 03/16] gdb/testsuite: Fix fortran types for Intel compilers
` [PATCH v2 04/16] gdb/testsuite: move getting_compiler_info to front of gdb_compile
` [PATCH v2 06/16] gdb/testsuite: rename intel next gen c/cpp compilers
` [PATCH v2 10/16] testsuite, fortran: Add '-debug-parameters all' when using ifx/ifort
` [PATCH v2 12/16] testsuite, fortran: fix info-types for intel compilers
` [PATCH v2 16/16] gdb/testsuite: fixup common-block.exp "

[COMMITTED PATCH] gdb: LoongArch: Remove nonportable #include
 2022-06-03  6:13 UTC 

[PATCH] Document how GDB searches for files when using -s, -e, and -se options
 2022-06-03  5:35 UTC  (2+ messages)

[PATCH v5 00/15] basic linker namespace support
 2022-06-02 23:04 UTC  (18+ messages)
` [PATCH v5 01/15] gdb, testsuite: extend gdb_test_multiple checks
` [PATCH v5 02/15] gdb, solib-svr4: remove locate_base()
` [PATCH v5 03/15] gdb, gdbserver: support dlmopen()
` [PATCH v5 04/15] gdbserver: move main_lm handling into caller
` [PATCH v5 05/15] gdb, gdbserver: extend RSP to support namespaces
` [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][gdb] Fix warning in foreach_arch selftests
 2022-06-02 18:35 UTC  (8+ messages)

[PATCH 0/5] gdb: Store section map in an interval tree
 2022-06-02 18:04 UTC  (14+ messages)
` [PATCH 1/5] gdbsupport: Introduce obstack_newvec
` [PATCH 2/5] gdbsupport: Introduce interval_tree
` [PATCH 3/5] gdbsupport: Add interval_tree unit tests
` [PATCH 4/5] gdbsupport: Add interval_tree fuzzing harness
` [PATCH 5/5] gdb: Optimize section map

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-06-02 17:55 UTC  (2+ messages)
` [PING^8][PATCH "

[PATCH] PowerPC: fix for gdb.base/eh_return.exp
 2022-06-02 17:00 UTC  (10+ messages)
      ` [PATCH V2] "
          ` [PATCH V3] "
            ` [PATCH V4] "

[PATCH v4] gdb/manual: Introduce location specs
 2022-06-02 16:37 UTC  (24+ messages)
  ` [pushed v5] "
      ` [PATCH] Improve clear command's documentation
      ` [PATCH] Explicitly mention yet-unloaded shared libraries in location spec examples
      ` [PATCH] Improve break-range's documentation
    ` RTe: Location Specs (Was: [pushed v5] gdb/manual: Introduce location specs)

[PATCH v6] gdb/python: Add BreakpointLocation type
 2022-06-02 16:08 UTC  (2+ messages)

[PATCH 0/9] Windows thread names
 2022-06-02 16:04 UTC  (8+ messages)
` [PATCH 1/9] Fix possible Cygwin build problem

[PATCH][gdb] Fix warning in print_one_insn::ez80-adl
 2022-06-02 15:44 UTC 

[PATCH][gdb/testsuite] Detect change instead of init in gdb.mi/mi-var-block.exp
 2022-06-02 15:39 UTC  (2+ messages)

[PATCH 00/14] More ODR fixes
 2022-06-02 15:28 UTC  (2+ messages)

[PATCH 0/5] Handle trying to use a native target with the wrong binary
 2022-06-02 14:56 UTC  (16+ messages)
` [PATCH 1/5] gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scope
` [PATCH 2/5] gdb/mips: rewrite show_mask_address
` [PATCH 3/5] gdb: move the type cast into gdbarch_tdep
` [PATCH 4/5] gdb: ensure the cast in gdbarch_tdep is valid
` [PATCH 5/5] gdb: native target invalid architecture detection

[COMMITTED PATCH] gdb: LoongArch: Implement the software_single_step gdbarch method
 2022-06-02 14:47 UTC 

[PATCH 0/2] Clean up some Cygwin 1.5 !__USEWIDE cruft
 2022-06-02 14:43 UTC  (4+ messages)
` [PATCH 1/2] Simplify cygwin_buf_t
` [PATCH 2/2] Simplify __USEWIDE

[PATCH] gdb/arm: Document and fix exception stack offsets
 2022-06-02 14:29 UTC  (3+ messages)

[PATCH] gdb/arm: Simplify logic for updating addresses
 2022-06-02 14:21 UTC 

[PATCH] gdb/arm: Terminate unwinding when LR is 0xffffffff
 2022-06-02 14:18 UTC 

[PATCH v4] gdb: Do not add empty sections to the section map
 2022-06-02 11:30 UTC  (2+ messages)

[PATCH 0/3] gdb/arm: Cortex-M33 trustzone stack unwinding fixes
 2022-06-02  9:20 UTC  (9+ messages)
` [PATCH 1/3] gdb/arm: Set the correct address to the FPU register on

[PATCH 0/3] More minor breakpoint cleanups
 2022-06-01 16:38 UTC  (5+ messages)
` [PATCH 2/3] Change location_to_sals to a method

[PATCH][gdb/symtab] Fix parsing of .debug_str_offsets header
 2022-06-01 16:35 UTC 

[PATCH v3 02/14] Change gdb.base/skip-solib.exp deal with lack of epilogue information
 2022-06-01 14:52 UTC  (2+ messages)
` [PATCH] gdb/testsuite: Add test to step through function epilogue

[PATCH v3] gdb: Do not add const sections to the section map
 2022-06-01 14:17 UTC  (2+ messages)

[PATCH v2 0/3] Apply fixme notes for multi-target support
 2022-06-01 10:45 UTC  (6+ messages)
` [PATCH v2 1/3] gdb: Make global feature array a per-remote target array

[PATCH] gdb/arm: Don't use special treatment for PC
 2022-06-01 10:00 UTC  (2+ messages)

[PATCH] gdb/arm: Add support for FPU registers in prologue unwinder
 2022-06-01  9:59 UTC  (2+ messages)

[PATCH 0/2] Improve help test for commands defined in Python
 2022-05-31 23:10 UTC  (7+ messages)
` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-05-31 18:44 UTC  (4+ messages)

[PATCH] Add gdb.current_language function
 2022-05-31 16:25 UTC  (7+ messages)

[PATCH, v4] Fix reverse stepping multiple contiguous PC ranges over the line table
 2022-05-31 15:12 UTC  (6+ messages)
` [PATCH,v4] "
  ` [PATCH,v5] "
    ` [PING][PATCH,v5] "
        ` [PING 2][PATCH, v5] "

[PATCH] Use unique_ptr for objfiles
 2022-05-31 14:44 UTC  (3+ messages)

[PATCH v5] gdb/python: Add BreakpointLocation type
 2022-05-31 14:14 UTC  (3+ messages)

[PATCH] gdb/arm: d0..d15 are 64-bit each, not 32-bit
 2022-05-31 13:27 UTC  (3+ messages)

[PATCH] gdb/arm: Cleanup: use hex for offsets
 2022-05-31 13:23 UTC  (3+ messages)

[PATCH 0/3] Ravenscar simplification + FPU feature
 2022-05-31 12:57 UTC  (4+ messages)
` [PATCH 1/3] Fix bugs in aarch64-ravenscar-thread.c
` [PATCH 2/3] Reimplement ravenscar registers using tables
` [PATCH 3/3] Implement lazy FPU initialization for ravenscar

[pushed] Clarify why we unit test matching symbol names with 0xff characters
 2022-05-31 12:57 UTC 

[PATCH v2 1/2] sim: Add nanoMIPS port
 2022-05-31 11:56 UTC  (3+ messages)
` [PATCH v2 2/2] gdb: "

[PATCH v3 00/12] Extensions for PTWRITE
 2022-05-31 11:50 UTC  (7+ messages)
` [PATCH v3 09/12] btrace, python: Enable ptwrite listener registration

[PATCH] gdbserver: Add LoongArch/Linux port support
 2022-05-31 11:22 UTC  (2+ messages)

[PATCH] gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64
 2022-05-31 10:51 UTC  (5+ messages)

gdb parsing question
 2022-05-31  9:33 UTC  (3+ messages)

[PUSHED] gdb/testsuite: resolve duplicate test name in gdb.trace/signal.exp
 2022-05-31  8:26 UTC 

[pushed] gdb/testsuite: fix gdb.trace/signal.exp on x86
 2022-05-31  8:24 UTC  (2+ messages)

[PATCH v2 0/7] gdb.perf/: Add JIT performance test
 2022-05-30 22:11 UTC  (5+ messages)
` [PATCH v2 4/7] gdb.base/: Introduce jit-protocol-util.h
` [PATCH v2 5/7] gdb.base/: Introduce jit_compile_options
` [PATCH v2 6/7] gdb.base/: Introduce n_jit_so_address
` [PATCH v2 7/7] gdb.perf/: Add JIT performance test

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