public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] [RFC] sim: framework for self-declaring initializers
 2021-04-24 17:09 UTC  (5+ messages)
` [PATCH 1/4] sim: arm: move build logic to source files
  ` [PATCH 2/4] sim: add framework for declaring init callbacks locally
  ` [PATCH 3/4] sim: dv-sockser: localize init callback
  ` [PATCH 4/4] sim: bfin: move option inits to respective modules

[PATCH v3 0/2] Have ptype support hex display of offsets and sizes
 2021-04-24 15:32 UTC  (5+ messages)
` [PATCH v3 1/2] typeprint.h: reorder struct declaration
` [PATCH v3 2/2] [PR gdb/22640] ptype: add option to use hexadecimal notation

[PATCH] sim: enable hardware support by default
 2021-04-24  4:19 UTC 

[PATCH/committed] sim: dv-cfi: fix printf format
 2021-04-24  4:19 UTC 

[PATCH/committed] sim: options: increase max option count
 2021-04-24  4:18 UTC 

[PATCH 0/4] Improvements to observer debug output
 2021-04-24  2:10 UTC  (5+ messages)
` [PATCH 1/4] gdbsupport: introduce struct observer
` [PATCH 2/4] gdbsupport, gdb: give names to observers
` [PATCH 3/4] gdbsupport: allow passing format string to scoped_debug_start_end
` [PATCH 4/4] gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXIT

[PATCH/committed] sim: simplify hardware m4 macro
 2021-04-24  1:59 UTC 

[PATCH gdb-10] Fix crash when expanding partial symtabs with DW_TAG_imported_unit
 2021-04-23 23:57 UTC  (3+ messages)

[pushed] gdbsupport, gdb: change observer_debug to bool
 2021-04-23 20:39 UTC 

[PATCH 00/24] RISC-V sim: Update from riscv-gnu-toolchain
 2021-04-23 20:35 UTC  (36+ messages)
` [PATCH 03/24] RISC-V sim: Atomic fixes
` [PATCH 05/24] RISC-V sim: Fix stack pointer alignment
` [PATCH 06/24] RISC-V: Add fp support
` [PATCH 07/24] RISC-V sim: Add link syscall support
` [PATCH 08/24] RISC-V sim: Add brk syscall
` [PATCH 09/24] RISC-V sim: Fix syscall fallback
` [PATCH 11/24] RISC-V sim: Fix ebreak, part 2
` [PATCH 12/24] RISC-V sim: Add compressed support
` [PATCH 15/24] RISC-V sim: Improve cycle and instret counts
` [PATCH 20/24] RISC-V sim: Set brk to _end if possible

[pushed] gdbsupport: include preprocessor.h in common-debug.h
 2021-04-23 19:06 UTC 

[PATCH 0/7] New options to control how Python is initialized
 2021-04-23 14:32 UTC  (16+ messages)
` [PATCH 1/7] gdb: remove unused argument from gdb_init
` [PATCH 2/7] gdb: ensure SIGINT is set to SIG_DFL during initialisation
` [PATCH 3/7] gdb: delay python initialisation until gdbpy_finish_initialization
` [PATCH 4/7] gdb delay guile initialization until gdbscm_finish_initialization
` [PATCH 5/7] gdb: initialise extension languages after processing early startup files
` [PATCH 6/7] gdb: extension languages finish_initialization to initialize
` [PATCH 7/7] gdb: startup commands to control Python extension language

[PATCH] Shrink size of dwarf2_per_cu_data
 2021-04-23 12:55 UTC  (5+ messages)

[PATCH] Fix ptype/o bug with "<no data fields>"
 2021-04-23 11:03 UTC  (8+ messages)

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-04-23 10:48 UTC  (12+ messages)
` [PATCH v3] gdb: Do autoload before notifying Python side "
  ` [PING] "
    ` [PING 2] "
` [PATCH v4 0/2] Make sure autoload happens "
  ` [PATCH v4 1/2] gdbsupport: Allow to specify dependencies between observers
  ` [PATCH v4 2/2] gdb: Do autoload before notifying Python side in new_objfile event

[PATCH] sim: use -Werror when probing for supported warning flags
 2021-04-23  2:30 UTC  (12+ messages)

[pushed] Fix sim build failure
 2021-04-23  2:16 UTC  (3+ messages)

[pushed] gdb: use function_view for iterate_over_bp_locations' callback
 2021-04-23  2:01 UTC 

[PATCH 00/10] sim build improvements
 2021-04-23  0:44 UTC  (12+ messages)
` [PATCH 04/10] Require GNU make
` [PATCH 05/10] Remove and modernize dependencies in sim

[PATCH master + gdb-10-branch] gdb: fix getting range of flexible array member in Python
 2021-04-22 19:47 UTC  (7+ messages)

[PATCH] Print bfloat16 DWARF types correctly
 2021-04-22 19:34 UTC  (5+ messages)

[PATCH v3] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-22 18:27 UTC  (18+ messages)

[PATCH] gdb: remove some caching from the dwarf reader
 2021-04-22 16:36 UTC  (2+ messages)

[PATCH][gdb] Fix assert in remote_async_get_pending_events_handler
 2021-04-22 15:17 UTC  (5+ messages)

[PATCH v2 0/4] Multi-context invalid breakpoint conditions and MI
 2021-04-22 14:47 UTC  (23+ messages)
` [PATCH v2 4/4] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
` [PATCH v3 0/4] Multi-context invalid breakpoint conditions and MI
  ` [PATCH v3 1/4] gdb/breakpoint: display "N" on MI for disabled-by-condition locations
  ` [PATCH v3 2/4] testsuite, gdb.mi: fix duplicate test names in mi-break.exp
  ` [PATCH v3 3/4] gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'
  ` [PATCH v3 4/4] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
  ` [PATCH v4 0/2] Multi-context invalid breakpoint conditions and MI
    ` [PATCH v4 1/2] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
    ` [PATCH v4 2/2] gdb/mi: add a '--force' flag to the '-break-condition' command

[PATCH] sim: sprinkle some ATTRIBUTE_PRINTF
 2021-04-22 14:21 UTC  (2+ messages)

[RFC 0/2] Using pretty-printers for [] indexing
 2021-04-22 14:18 UTC  (4+ messages)
` [RFC 1/2] gdb: enable [] to find children using pretty-printers
` [RFC 2/2] gdb: improve equal check used by the pretty-printer [] support

[PATCH v5 0/7] extend branch tracing to use ARM CoreSight traces
 2021-04-22 14:16 UTC  (9+ messages)
` [PATCH v5 1/7] configure gdb build system for supporting btrace on arm processors
` [PATCH v5 2/7] add btrace coresight related commands
` [PATCH v5 3/7] start/stop btrace with coresight etm and parse etm buffer. nat independant
` [PATCH v5 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
` [PATCH v5 5/7] fix issue: gdb hangs in the command following a commad returning with TARGET_WAITKIND_NO_HISTORY
` [PATCH v5 6/7] add support for coresight btrace via remote protocol
` [PATCH v5 7/7] adapt btrace testcases for arm target

[PATCH 0/6] Refactoring around inferior continuations
 2021-04-22 14:12 UTC  (20+ messages)
` [PATCH 1/6] gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'
` [PATCH 2/6] gdb/infcmd: update the comment for 'attach_post_wait'
` [PATCH 3/6] gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'
` [PATCH 4/6] gdb/continuations: do minor cleanup
` [PATCH 5/6] gdb/continuations: use lambdas instead of function pointers
` [PATCH 6/6] gdb/continuations: turn continuation functions into inferior methods

[PATCH] Improve code coverage of Rust testing
 2021-04-22  9:32 UTC  (2+ messages)

[PATCH] [gdb.fortran] Add type info of formal parameter for clang in ptype-on-functions.exp
 2021-04-22  6:48 UTC  (3+ messages)

[PATCH] Pack dwarf2_per_cu_data a bit better
 2021-04-21 21:59 UTC  (2+ messages)

[PATCH] GDB: Fix test case gdb.base/valgrind-bt.exp
 2021-04-21 19:57 UTC  (5+ messages)

[PATCH] Use rvalue reference in thread_pool::post_task
 2021-04-21 19:49 UTC 

[PATCH] gdb: allow default_addressable_memory_unit_size to handle more cases
 2021-04-21 17:18 UTC  (2+ messages)

[PATCH][gdb/build] Hardcode --with-included-regex
 2021-04-21 16:59 UTC  (4+ messages)

[PATCH] update-netbsd.sh: fix script name, update year range in copyright
 2021-04-21 16:43 UTC  (4+ messages)

[PATCH] [gdb.fortran] test modified for clang in class-allocatable-array.exp
 2021-04-21 16:33 UTC  (4+ messages)

[PATCH 0/3] Querying registers of already-exited processes
 2021-04-21 12:22 UTC  (2+ messages)

[PATCH v2 0/2][PR gdb/22640] Have ptype support hex display of offsets and sizes
 2021-04-20 16:31 UTC  (3+ messages)
` [PATCH v2 2/2] [PR gdb/22640] ptype: add option to use hexadecimal notation

[PATCH/committed] sim: rl78/rx: drop unnecessary getopt.h probing
 2021-04-20 13:24 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).