public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
python unwinder doc improvement
 2022-05-30  9:57 UTC  (12+ messages)
` [PATCH 1/2] gdb/python doc: Add register_unwinder to code example
` [PATCH 2/2] gdb/python doc: Add enable property to the unwinder example
` [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 v2 3/3] gdb/python doc: Fix confusion between gdb.unwinders and gdb.unwinder

[PATCH] Add gdb.current_language function
 2022-05-30  9:29 UTC  (4+ messages)

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

[PING] [PATCH 1/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-05-30  6:33 UTC 

[PATCH] gdb:csky add support target-descriptions for CSKY arch
 2022-05-30  3:31 UTC 

[PATCH v2] gdb:csky add support target-descriptions for CSKY arch
 2022-05-30  3:19 UTC 

[PATCH] gdb: mips: Add MIPSR6 support
 2022-05-28 15:03 UTC 

[PATCH 0/2] Improve help test for commands defined in Python
 2022-05-28 10:11 UTC  (8+ messages)
` [PATCH 1/2] gdb: use gdb::unique_xmalloc_ptr<char> for docs in cmdpy_init
` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands

[PATCH 0/7] location -> location spec
 2022-05-28 10:08 UTC  (9+ messages)
` [PATCH 1/7] event_location -> location_spec
` [PATCH 2/7] Eliminate the two-level data structures behind location_specs
` [PATCH 3/7] Eliminate copy_location_spec
` [PATCH 4/7] Convert location_spec_empty_p to a method
` [PATCH 5/7] Convert location_spec_type "
` [PATCH 6/7] Convert location_spec_to_string "
` [PATCH 7/7] Convert set_location_spec_string "

[PATCH v4] gdb/manual: Introduce location specs
 2022-05-28  7:43 UTC  (20+ messages)

[PATCH 0/3] More minor breakpoint cleanups
 2022-05-28  2:42 UTC  (4+ messages)
` [PATCH 1/3] Change breakpoint_re_set_default to a method
` [PATCH 2/3] Change location_to_sals "
` [PATCH 3/3] Move decode_location to code_breakpoint

[PATCH v3 00/14] Clean gdb.base when testing with clang
 2022-05-27 16:19 UTC  (16+ messages)
` [PATCH v3 01/14] gdb/testsuite: introduce gdb_step_until_regexp
` [PATCH v3 02/14] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH v3 03/14] change gdb.base/symbol-alias to xfail with clang
` [PATCH v3 04/14] change gdb.base/nodebug.c to not fail "
` [PATCH v3 05/14] update gdb.base/info-program.exp "
` [PATCH v3 06/14] fix gdb.base/access-mem-running.exp for clang testing
` [PATCH v3 07/14] Fix gdb.base/call-ar-st to work with Clang
` [PATCH v3 08/14] add xfails to gdb.base/complex-parts.exp when testing with clang
` [PATCH v3 09/14] gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang
` [PATCH v3 10/14] explicitly test for stderr in gdb.base/dprintf.exp
` [PATCH v3 11/14] gdb/testsuite: Update gdb.base/so-impl-ld.exp
` [PATCH v3 12/14] [gdb/testsuite]: fix gdb.base/jit-elf.exp when testing with clang
` [PATCH v3 13/14] gdb/testsuite: fix gdb.base/info-types-c++ "
` [PATCH v3 14/14] gdb.base/skip.exp: Use finish to exit functions

[pushed] Fix crash with "maint print arc"
 2022-05-27 13:53 UTC 

[PATCH] Fix crash with "maintenance print arc"
 2022-05-27 13:34 UTC  (4+ messages)

[PATCH 0/5] gdb.perf/: Add JIT performance test
 2022-05-27 13:32 UTC  (12+ messages)
` [PATCH 1/5] gdb.perf/: Fix tcl_string_list_to_python_list {x}
` [PATCH 2/5] gdb.perf/: Add binary_link_with_shlibs setting to GenPerfTest
` [PATCH 3/5] gdb.perf/: Compile the binary with -DSHLIB
` [PATCH 4/5] gdb.base/: Introduce jit-protocol-util.h
` [PATCH 5/5] gdb.perf/: Add JIT performance test

Remove use of bfd_uint64_t and similar
 2022-05-27  7:30 UTC 

[PUSHED OBV] aarch64-fbsd-nat: Move definition of debug_regs_probed under HAVE_DBREG
 2022-05-26 21:16 UTC 

[PATCH v2 2/2] gdb: Simplify psymbol_functions::require_partial_symbols
 2022-05-26 20:42 UTC  (4+ messages)
` [PATCH v3 2/2] gdb: Change psymbol_functions::require_partial_symbols to partial_symbols

[PATCH 0/2] info breakpoints improvements
 2022-05-26 20:40 UTC  (34+ messages)
` [PATCH 1/2] Always show locations for breakpoints & show canonical location spec
    ` [PATCH v2 "
                  ` [PATCH] Show enabled locations with disabled breakpoint parent as "y-" (Re: [PATCH 0/2] info breakpoints improvements)

[PATCH 0/9] Windows thread names
 2022-05-26 19:04 UTC  (6+ messages)
` [PATCH 1/9] Fix possible Cygwin build problem

[PATCH] gdb/mi: fix breakpoint script field output
 2022-05-26 18:21 UTC  (3+ messages)

[PATCH] Move 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TARGET_OBS
 2022-05-26 17:50 UTC  (10+ messages)

[PATCH] Fix crash in new DWARF indexer
 2022-05-26 17:36 UTC  (2+ messages)

[PATCH v2 0/1] Fortran entry and DW_TAG_entry_point
 2022-05-26 17:34 UTC  (5+ messages)
` [PATCH v2 1/1] dwarf, fortran: add support for DW_TAG_entry_point

[PATCH 1/8] [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp
 2022-05-26 17:17 UTC  (3+ messages)
` [PATCH 6/8] [gdb/rust] Fix literal truncation

[PATCH 0/4] Various Cygwin build fixes
 2022-05-26 16:55 UTC  (2+ messages)

[PATCH] Put pretty-printers to_string output in varobj result
 2022-05-26 16:52 UTC 

[PATCH] Simplify varobj "change" logic
 2022-05-26 16:49 UTC 

[PATCH] Remove "-break-insert -r" tests
 2022-05-26 16:26 UTC  (2+ messages)

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-05-26 14:24 UTC  (8+ messages)
` [PATCH v5 3/8] GDB: Add `NUMBER' completion to `set' integer commands
` [PING^7][PATCH v5 0/8] gdb: split array and string limiting options

[PATCH] gdb/manual: Introduce locspecs
 2022-05-26 13:52 UTC  (12+ messages)
  ` [PATCH v2] gdb/manual: Introduce location specs
      ` [PATCH v3] "

[PATCH] Finalize each cooked index separately
 2022-05-26 13:48 UTC  (2+ messages)

[PATCH] gdb/testsuite: prefer gdb_test in gdb.dwarf2/calling-convention
 2022-05-26  8:54 UTC  (3+ messages)

[PATCH] gdb/linux-nat: xfer_memory_partial return E_IO on error
 2022-05-26  8:54 UTC  (3+ messages)

[PATCH] gdb/arm: Cleanup: use hex for offsets
 2022-05-26  7:29 UTC  (2+ messages)

gdb parsing question
 2022-05-25 20:13 UTC  (2+ messages)

[PATCH] gdb/reverse: Fix stepping over recursive functions
 2022-05-25 18:02 UTC 

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-05-25 17:12 UTC  (2+ messages)

[PATCH v2 0/3] Apply fixme notes for multi-target support
 2022-05-25 14:27 UTC  (5+ messages)
` [PATCH v2 1/3] gdb: Make global feature array a per-remote target array

[PATCH] linux_nat_target::xfer_partial: Fallback to ptrace
 2022-05-25 13:41 UTC  (4+ messages)

[PATCHv5 0/5] Add Python API for the disassembler
 2022-05-25 13:32 UTC  (9+ messages)
` [PATCHv6 0/6] "
  ` [PATCHv6 1/6] gdb/python: convert gdbpy_err_fetch to use gdbpy_ref
  ` [PATCHv6 2/6] gdb: add new base class to gdb_disassembler
  ` [PATCHv6 3/6] gdb: add extension language print_insn hook
  ` [PATCHv6 4/6] gdb/python: implement the print_insn extension language hook
  ` [PATCHv6 5/6] gdb: refactor the non-printing disassemblers
  ` [PATCHv6 6/6] gdb: unify two dis_asm_read_memory functions in disasm.c

[PATCH 0/2] gdb: Fix DUPLICATE and PATH regressions throughout
 2022-05-25 12:47 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.threads/manythreads.exp with check-read1
 2022-05-25 12:34 UTC 

[PATCHv3 0/6] Add Python API for the disassembler
 2022-05-25 10:37 UTC  (8+ messages)
` [PATCHv4 0/5] "
  ` [PATCHv4 3/5] gdb/python: implement the print_insn extension language hook

[Ping] [PATCH 0/4] Add AMX support
 2022-05-25  9:41 UTC  (5+ messages)

[PING^3] [PATCH v2 1/3] gdb: Make global feature array a per-remote target array
 2022-05-25  7:41 UTC 

[PATCH][gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7
 2022-05-25  1:26 UTC  (3+ messages)
` [committed][gdb/ada] "

[PATCH 0/2] extend opindex and fx_pcrel_adjust to 16 bits
 2022-05-24 21:09 UTC  (3+ messages)

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-05-24 18:40 UTC 

[PUSHED OBV] Fix loongarch_iterate_over_regset_sections for non-native targets
 2022-05-24 16:47 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with clang
 2022-05-24 15:38 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with gcc-12
 2022-05-24 15:36 UTC  (2+ messages)

[PING][PATCH 13/18] testsuite, fortran: fix info-types for intel compilers
 2022-05-24 15:29 UTC 

[PING][PATCH v2 1/1] dwarf, fortran: add support for DW_TAG_entry_point
 2022-05-24 15:25 UTC 

[PATCH] libiberty: remove FINAL and OVERRIDE from ansidecl.h
 2022-05-24 14:12 UTC  (4+ messages)

[COMMITTED PATCH] gdb: LoongArch: Define LOONGARCH_LINUX_NUM_GREGSET as 45
 2022-05-24 14:07 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).