public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
python unwinder doc improvement
 2022-06-21 11:17 UTC  (4+ messages)
` [PATCH 1/2] gdb/python doc: Add register_unwinder to code example

gdb/arm: Update the value of active sp when base sp changes
 2022-06-21 11:12 UTC  (2+ messages)

[PATCH 00/25] Step over thread clone and thread exit
 2022-06-21 11:07 UTC  (27+ messages)
` [PATCH 01/25] Don't use pthread_mutex_t in gdb.base/step-over-clone.c
` [PATCH 02/25] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH 03/25] linux-nat: introduce pending_status_str
` [PATCH 04/25] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [PATCH 05/25] Support clone events in the remote protocol
` [PATCH 06/25] Thread options & clone events (core + remote)
` [PATCH 07/25] Thread options & clone events (native Linux)
` [PATCH 08/25] Thread options & clone events (Linux GDBserver)
` [PATCH 09/25] gdbserver: Hide and don't detach pending clone children
` [PATCH 10/25] Remove gdb/19675 kfails (displaced stepping + clone)
` [PATCH 11/25] Add test for stepping over clone syscall
` [PATCH 12/25] all-stop/synchronous RSP support thread-exit events
` [PATCH 13/25] Introduce GDB_TO_EXIT thread option, fix step-over-thread-exit
` [PATCH 14/25] Implement GDB_TO_EXIT support for Linux GDBserver
` [PATCH 15/25] Implement GDB_TO_EXIT support for native Linux
` [PATCH 16/25] gdb: clear step over information on thread exit (PR gdb/27338)
` [PATCH 17/25] stop_all_threads: (re-)enable async before waiting for stops
` [PATCH 18/25] gdbserver: Queue no-resumed event after thread exit
` [PATCH 19/25] Don't resume new threads if scheduler-locking is in effect
` [PATCH 20/25] Tighten gdb.threads/no-unwaited-for-left.exp regexps
` [PATCH 21/25] Report thread exit event for leader if reporting thread exit events
` [PATCH 22/25] Ignore failure to read PC when resuming
` [PATCH 23/25] gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
` [PATCH 24/25] Testcases for stepping over thread exit syscall (PR gdb/27338)
` [PATCH 25/25] Document remote clone events, and QThreadOptions packet

[Ping v4] [PATCH 0/4] Add AMX support
 2022-06-21  8:36 UTC 

[PATCH] Fix number of children of varobj with stub debug info
 2022-06-21  8:18 UTC 

[PATCH] Add gdb.Objfile.is_file attribute
 2022-06-20 18:47 UTC  (2+ messages)

[PATCH] Add gdb.free_objfile event registry
 2022-06-20 18:36 UTC  (3+ messages)

[PATCH v2 0/3] Fix some use-after-free errors in varobj code
 2022-06-20 17:19 UTC  (4+ messages)
` [PATCH v2 1/3] MI: mi_runto -pending
` [PATCH v2 2/3] gdb/varobj: Fix use after free in varobj
` [PATCH v2 3/3] gdb/varobj: Fix varobj_invalidate_iter

[PATCH 0/3] Fix some use-after-free errors in varobj code
 2022-06-20 15:52 UTC  (7+ messages)
` [PATCH 1/3] MI: mi_runto -pending
` [PATCH 2/3] gdb/varobj: Fix use after free in varobj
` [PATCH 3/3] gdb/varobj: Fix varobj_invalidate_iter

[PATCH] Move finish_print out of value_print_options
 2022-06-20 15:10 UTC  (2+ messages)

[PATCH 0/3] Minor improvements to 'interp'
 2022-06-20 13:46 UTC  (4+ messages)
` [PATCH 1/3] Use unique_xmalloc_ptr in interp
` [PATCH 2/3] Move mi_interpreter to mi-interp.h
` [PATCH 3/3] Use std::string for interpreter_p

[PATCH] gdb/testsuite: modernize gdb.base/maint.exp
 2022-06-20 13:29 UTC  (6+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "
        ` [PINGv5] "

[PATCH v4 0/2] [gdb] untie and validate inheritance location
 2022-06-20 13:28 UTC  (8+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "
        ` [PINGv5] "
          ` [PINGv6] "
            ` [PINGv7] "

[PATCH v2] gdb/stack.c: avoid stale pointers when printing frame arguments
 2022-06-20 13:12 UTC  (8+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "
        ` [PINGv5] "

[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
 2022-06-20 12:52 UTC  (7+ messages)
` [PATCH v6 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os

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

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

[PATCH v5 00/15] basic linker namespace support
 2022-06-19  4:32 UTC  (9+ messages)
` [PATCH v5 01/15] gdb, testsuite: extend gdb_test_multiple checks
` [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] Fix assertion failure in copy_type
 2022-06-18 16:43 UTC  (2+ messages)

[PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature
 2022-06-18  3:29 UTC  (2+ messages)

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

[PATCH] gdb/linespec: Improve sliding breakpoints
 2022-06-17 16:07 UTC 

[OB COMMITTED PATCH] gdb: NEWS: Move LoongArch gdbserver to the correct section
 2022-06-17 12:56 UTC 

[PATCH] gdb/arm: Unwind Non-Secure callbacks from Secure
 2022-06-17 12:50 UTC 

[PATCH 0/2] Use libopcodes disassembler styling with GDB
 2022-06-17 11:16 UTC  (4+ messages)
` [PATCH 1/2] gdb: have gdb_disassemble_info carry 'this' in its stream pointer
` [PATCH 2/2] gdb: add support for disassembler styling using libopcodes

[pushed] Fix GDB build with GCC 4.8 & 4.9
 2022-06-17 10:41 UTC 

[PATCH 0/7] location -> location spec
 2022-06-17  9:24 UTC  (3+ messages)

[PATCH] gdb:csky add pseudo regs for float and vector regs
 2022-06-17  2:56 UTC 

gdb builder status (Was: Adding binutils to the GNU Toolchain buildbot on sourceware)
 2022-06-16 21:19 UTC  (8+ messages)

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

[committed][gdb/testsuite] Fix have_mpx test
 2022-06-16 13:11 UTC 

[PATCH][gdb] Fix fbsd core matching
 2022-06-16  8:04 UTC  (6+ messages)

[COMMITTED PATCH] gdbserver: Add LoongArch/Linux support
 2022-06-16  0:18 UTC  (3+ messages)

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

[PATCH] Check for listeners in emit_exiting_event
 2022-06-15 19:51 UTC  (2+ messages)

[PATCH] gdb/reverse: Fix stepping over recursive functions
 2022-06-15 19:21 UTC  (3+ messages)
` [PING] "
  ` [PINGv2] "

[PATCH] Add to documentation of Python 'dont_repeat' method
 2022-06-15 18:03 UTC  (5+ messages)

[PATCH] Add PowerPC support to gdb.cp/call-method-register.cc
 2022-06-15 17:40 UTC 

[PATCH] Fix gdb.base/step-indirect-call-thunk.exp
 2022-06-15 16:21 UTC 

[RFC][gdb] gdbarch_return_value selftest, powerpc failures
 2022-06-15 11:58 UTC 

[PATCH 0/3] gdb/arm: ARMv8-M Secure/Non-Secure stack support fixes
 2022-06-15 10:46 UTC  (11+ messages)
` [PATCH 1/3] gdb/arm: Fetch initial sp value prior to compare
` [PATCH 2/3] gdb/arm: Track msp and psp
` [PATCH 3/3] gdb/arm: Make sp alias for one of the other stack pointers

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

Fwd: [committed][gdb/build] Fix build for gcc < 11
 2022-06-15  7:30 UTC 

[PATCH] Use current_inferior ()->pid for AIX
 2022-06-15  4:03 UTC  (9+ messages)

[PATCH] Fix for gdb.base/stap-probe.c
 2022-06-14 23:54 UTC 

[PATCH] Fix for gdb.base/break-idempotent.exp
 2022-06-14 22:38 UTC 

[Ping v3] [PATCH 0/4] Add AMX support
 2022-06-14 17:48 UTC  (2+ messages)

[PATCH][gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.exp
 2022-06-14 17:01 UTC  (2+ messages)

[PATCH 0/3] Ravenscar simplification + FPU feature
 2022-06-14 15:08 UTC  (2+ messages)

[PATCH] Allow 'interrupt -a' in all-stop mode
 2022-06-14 15:04 UTC  (5+ messages)

[PATCH] gdb/arm: Only stack S16..S31 when FPU registers are secure
 2022-06-14 14:47 UTC 

[PATCH 0/5] Handle trying to use a native target with the wrong binary
 2022-06-14 14:05 UTC  (20+ messages)
` [PATCHv2 0/6] "
  ` [PATCHv2 3/6] gdb/arm: avoid undefined behaviour in arm_frame_is_thumb
  ` [PATCHv2 4/6] gdb: move the type cast into gdbarch_tdep
  ` [PATCHv2 6/6] gdb: native target invalid architecture detection
  ` [PATCHv3 0/6] Handle trying to use a native target with the wrong binary
    ` [PATCHv3 1/6] gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scope
    ` [PATCHv3 2/6] gdb/mips: rewrite show_mask_address
    ` [PATCHv3 3/6] gdb: select suitable thread for gdbarch_adjust_breakpoint_address
    ` [PATCHv3 4/6] gdb: move the type cast into gdbarch_tdep
    ` [PATCHv3 5/6] gdb: ensure the cast in gdbarch_tdep is valid
    ` [PATCHv3 6/6] gdb: native target invalid architecture detection

[PATCH v3 03/14] change gdb.base/symbol-alias to xfail with clang
 2022-06-14 11:23 UTC  (6+ messages)

[PATCH][gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.exp
 2022-06-14  9:10 UTC  (3+ messages)
  ` [committed][gdb/testsuite] "

[PATCH] gdb/testsuite: Relax RE for missing compiler in gdb_compile_test
 2022-06-14  0:53 UTC 

[PATCH 0/4] Rewrite gdbarch registry
 2022-06-14  0:06 UTC  (7+ messages)
` [PATCH 1/4] Use bool in gdbarch
` [PATCH 2/4] Use new and delete for gdbarch
` [PATCH 3/4] Allow registry to refer to const types
` [PATCH 4/4] Use registry in gdbarch

[committed][gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with libc debuginfo
 2022-06-13 22:27 UTC 

[PATCH] Debug support for global alias variable
 2022-06-13 17:28 UTC  (19+ messages)

[PATCH v3 00/14] Clean gdb.base when testing with clang
 2022-06-13 15:32 UTC  (9+ messages)
` [PATCH v3 02/14] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH v3 04/14] change gdb.base/nodebug.c to not fail with clang

[PATCH][gdb] Avoid warnings in cooked_{read,write}_test for m68hc11
 2022-06-13 15:20 UTC  (2+ messages)
` [committed][gdb] "

[PATCH][gdb/testsuite] Handle older python in gdb.python/py-send-packet.py
 2022-06-13 14:45 UTC 

[PATCH 0/3] More minor breakpoint cleanups
 2022-06-13 14:36 UTC  (7+ messages)
` [PATCH 2/3] Change location_to_sals to a method

[COMMITTED PATCH] gdb: LoongArch: Deal with atomic sequence
 2022-06-13 14:29 UTC 

[PATCH] gdb: don't use bashism in configure test
 2022-06-13 12:13 UTC  (2+ messages)

[committed][gdb/testsuite] Handle quotes in gdb_py_module_available
 2022-06-13 11:00 UTC 

[PING] [PATCH 1/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-06-13  6:18 UTC 

[pushed] Fix self-test failure in addrmap
 2022-06-12 21:56 UTC 

[PATCH] Handle bool specially in gdb.set_parameter
 2022-06-12 17:38 UTC 

[PATCH 0/9] C++-ify addrmap
 2022-06-12 16:48 UTC  (2+ messages)

[PATCH 0/2] More Windows globals cleanups
 2022-06-12 16:28 UTC  (4+ messages)
` [PATCH 2/2] Use subclasses of windows_process_info
  ` [PATCH] Fix Cygwin build after 20489cca

[PATCH v2 0/2] Make "set disable-randomization" work on Windows
 2022-06-12 16:15 UTC  (5+ messages)
` [PATCH v2 1/2] Introduce wrapper for CreateProcess
` [PATCH v2 2/2] Allow ASLR to be disabled on Windows

[PATCH] Fix crash in gdbpy_parse_register_id
 2022-06-11 17:38 UTC  (3+ messages)

[PATCH] gdb: initialize the data_head variable to eliminate compilation warnings
 2022-06-11 10:36 UTC 

[pushed] Fix warning-avoidance initialization in xcoffread.c
 2022-06-10 20:38 UTC 

[PATCH] Ignore 0,0 entries in .debug_aranges
 2022-06-10 17:00 UTC  (2+ messages)

[PATCH 0/4] Adapt Fortran testsuite for ifort
 2022-06-10 15:45 UTC  (5+ messages)
` [PATCH 1/4] testsuite, fortran: make mixed-lang-stack less compiler dependent
` [PATCH 2/4] testsuite, fortran: Remove self assignment non-statements
` [PATCH 3/4] testsuite, fortran: adapt tests for ifort's 'start' behavior
` [PATCH 4/4] testsuite, fortran: make kfail gfortran specific

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