public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2] gdb/python: add a 'connection_num' attribute to Inferior objects
 2021-04-27  9:10 UTC  (3+ messages)

[PATCH v5 0/2] Make sure autoload happens before notifying Python side in new_objfile event
 2021-04-27  8:39 UTC  (10+ messages)
` [PATCH v5 1/2] gdbsupport: allow to specify dependencies between observers
` [PATCH v5 2/2] gdb: do autoload before notifying Python side in new_objfile event

Proposal: format GDB Python files with black
 2021-04-27  7:54 UTC  (12+ messages)

[PATCH 00/43 V2] Allow location description on the DWARF stack
 2021-04-27  3:56 UTC  (13+ messages)
` [PATCH 01/43] Replace the symbol needs evaluator with a parser
` [PATCH 02/43] Cleanup of the dwarf_expr_context constructor
` [PATCH 03/43] Move frame context info to dwarf_expr_context
` [PATCH 05/43] Move compilation unit "
` [PATCH 07/43] Move get_object_address "
` [PATCH 09/43] Move push_dwarf_reg_entry_value to expr.c

[PATCH] sim: microblaze: enable some basic trace points
 2021-04-27  3:31 UTC 

[PATCH] sim: microblaze: hook up libgloss syscalls
 2021-04-27  3:31 UTC 

[PATCH/committed] sim: riscv: switch MIN/MAX to common min/max
 2021-04-27  3:29 UTC 

[PATCH,V4 0/2] CTF: bug fixes and new features
 2021-04-27  1:00 UTC  (3+ messages)
` [PATCH,V4 1/2] CTF: fix incorrect function return type
  ` [PATCH,V4 2/2] CTF: multi-CU and archive support

RFC: Changing AC_PROG_CC to AC_PROG_CC_C99 in top level configure
 2021-04-26 21:31 UTC  (4+ messages)

[PATCH] [gdb.base] Enable macro test for clang compiler
 2021-04-26 19:38 UTC  (9+ messages)

[PATCH v2 0/3] Guile: add value-{reference,const}-value
 2021-04-26 19:36 UTC  (4+ messages)
` [PATCH v2 1/3] Guile: improve rvalue support
` [PATCH v2 2/3] Guile: add {r,}value-reference-value
` [PATCH v2 3/3] Guile: add value-const-value

[PATCH] gdb-Fix-macro-info-lookup-for-binaries-containing-DWARFv5
 2021-04-26 19:29 UTC  (2+ messages)

[PATCH 0/4] New option for 'info sources', also better MI support
 2021-04-26 17:39 UTC  (7+ messages)
` [PATCH 1/4] gdb: add new function quick_symbol_functions::has_unexpanded_symbols
` [PATCH 2/4] gdb: make struct output_source_filename_data more C++ like
` [PATCH 3/4] gdb: add new -group-by-binary flag to info sources command
` [PATCH 4/4] gdb/mi: extend -file-list-exec-source-files command

[PATCH gdb-10] Fix crash when expanding partial symtabs with DW_TAG_imported_unit
 2021-04-26 15:38 UTC  (5+ messages)

[PATCH] gdb: check result of gdb_fopen_cloexec in dump_binary_file
 2021-04-26 15:25 UTC  (4+ messages)

[PATCH] sim: enable hardware support by default
 2021-04-26 13:24 UTC  (4+ messages)

[PATCH 1/2] Guile: add value-reference-value
 2021-04-26 10:07 UTC  (4+ messages)
` [PATCH 2/2] Guile: add value-const-value

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-04-26  8:18 UTC  (12+ messages)
` [PATCH v3] gdb: Do autoload before notifying Python side "
` [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] gdb: fix sparc build failure of linux-nat
 2021-04-26  6:27 UTC  (3+ messages)

[PATCH 0/2] Guile: add value-{reference,const}-value
 2021-04-26  0:48 UTC 

[PATCH] sim: nltvafs: unify common syscall tables
 2021-04-25 23:23 UTC 

[PATCH] Guile: temporary breakpoints
 2021-04-25 18:56 UTC 

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

[pushed] Add engv32.h to SIM_EXTRA_DEPS in sim/cris
 2021-04-25 13:30 UTC 

gdb-10 branch FROZEN
 2021-04-25  4:28 UTC  (2+ messages)
` gdb-10-branch OPEN again (was: "gdb-10 branch FROZEN")

[release/HEAD] Document the GDB 10.2 release in gdb/ChangeLog
 2021-04-25  4:26 UTC 

FYI/BRANCH: Patches applied to branch gdb-10-branch
 2021-04-25  4:25 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 10.2 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 10.2.90.DATE-git

[release/branch] Set GDB version number to 10.2
 2021-04-25  4:07 UTC 

[PATCH 0/4] Improvements to observer debug output
 2021-04-24 23:34 UTC  (11+ 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 1/6] gdb: callback: always include necessary headers
 2021-04-24 22:36 UTC  (8+ messages)
` [PATCH 2/6] gdb: callback: use ATTRIBUTE_NORETURN
` [PATCH 3/6] gdb: callback: inline PTR define
` [PATCH 4/6] sim: callback: inline wrap helper
` [PATCH 5/6] sim: callback: convert time interface to 64-bit
` [PATCH 6/6] sim: callback: convert FS interfaces "

[PATCH/committed] sim: options: increase max option count
 2021-04-24 22:35 UTC  (3+ messages)

[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/committed] sim: dv-cfi: fix printf format
 2021-04-24  4:19 UTC 

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

[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  (5+ messages)
` [PATCH 09/24] RISC-V sim: Fix syscall fallback

[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] sim: use -Werror when probing for supported warning flags
 2021-04-23  2:30 UTC  (6+ 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  (16+ 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 v3 0/4] Multi-context invalid breakpoint conditions and MI
 2021-04-22 14:47 UTC  (5+ messages)
` [PATCH v4 0/2] "
  ` [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  (7+ messages)
` [PATCH 5/6] gdb/continuations: use lambdas instead of function pointers

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