[PATCH v2] gdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-01-28 12:38 UTC (2+ messages)
[PATCH] Add top-level .editorconfig file
2022-01-28 12:26 UTC (3+ messages)
GDB 12 preparation and target date?
2022-01-28 9:40 UTC (5+ messages)
[PATCH] Support for Fortran's ASSUMED RANK
2022-01-28 7:49 UTC (4+ messages)
[PATCH v3] gdb: work around negative DW_AT_data_member_location GCC 11 bug
2022-01-27 21:47 UTC (4+ messages)
` [PATCH v4] "
[PATCH v2] gdb: work around negative DW_AT_data_member_location GCC 11 bug
2022-01-27 20:46 UTC (5+ messages)
[PATCH 0/5] Fix for 'list task 123' (PR cli/28668)
2022-01-27 20:35 UTC (9+ messages)
` [PATCHv2 0/6] Fix for 'list task 123' (PR cli/28665)
` [PATCHv2 1/6] gdb: update the comment on string_to_event_location
` [PATCHv2 2/6] gdb: add empty string check in parse_linespec
` [PATCHv2 3/6] gdb/testsuite: move linespec test into gdb.linespec/ directory
` [PATCHv2 4/6] gdb: handle calls to list command passing only a linespec condition
` [PATCHv2 5/6] gdb: handle calls to edit "
` [PATCHv2 6/6] gdb: test to check one aspect of the linespec parsing code
[PATCH] Fix GDB internal error by using text (instead of data) section offset
2022-01-27 17:34 UTC (5+ messages)
[PATCH v2 0/7] gdb, thread-iter: handle null_ptid
2022-01-27 17:04 UTC (26+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] gdb, btrace: rename record_btrace_enable_warn()
` [PATCH v2 3/7] gdb, ptid: add is_lwp() and is_lwp_or_pid()
` [PATCH v2 4/7] gdb, btrace: check inferior_ptid in record_btrace_target::xfer_partial()
` [PATCH v2 5/7] gdb, btrace: switch threads in remote_btrace_maybe_reopen()
` [PATCH v2 6/7] gdb, gdbserver: update thread identifier in enable_btrace target method
` [PATCH v2 7/7] gdb, remote, btrace: move switch_to_thread call right before xfer call
[PATCH 0/1] PR20684, preserve user selected context when invoking MI commands
2022-01-27 14:50 UTC (9+ messages)
` [PATCH 1/1] gdb/mi: PR20684, preserve user selected thread and frame "
` [PATCH v2 0/1] PR20684, preserve user selected context "
` [PATCH v2 1/1] gdb/mi: PR20684, preserve user selected thread and frame "
` [PATCH v3 0/1] PR20684, preserve user selected context "
` [PATCH v3 1/1] gdb/mi: PR20684, preserve user selected thread and frame "
[PATCH v2 1/5] gdb/arm: Fix prologue analysis to support vpush
2022-01-27 13:32 UTC (5+ messages)
` [PATCH v2 2/5] gdb/arm: Define MSP and PSP registers for M-Profile
` [PATCH v2 3/5] gdb/arm: Introduce arm_cache_init
` [PATCH v2 4/5] gdb/arm: Add support for multiple stack pointers on Cortex-M
` [PATCH v2 5/5] gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-ns-to-s command
[PATCH] Allow non-ASCII characters in Rust identifiers
2022-01-26 23:15 UTC
[PATCH 0/4] Source highlight non utf-8 characters using Python
2022-01-26 23:13 UTC (7+ messages)
` [PATCHv2 0/2] "
` [PATCHv2 2/2] gdb/python: handle non utf-8 characters when source highlighting
[PATCH 0/4] Clean up wrap_here function a little
2022-01-26 22:21 UTC (2+ messages)
[PATCH] gdb/python: improve the auto help text for gdb.Parameter
2022-01-26 22:14 UTC (4+ messages)
[PATCH] gdb/python: add gdb.history_count function
2022-01-26 21:59 UTC (3+ messages)
[pushed] Remove unused declaration
2022-01-26 21:34 UTC
[PATCH] gdb: Respect the DW_CC_nocall attribute
2022-01-26 21:19 UTC (2+ messages)
[PATCH] gdb: work around negative DW_AT_data_member_location GCC 11 bug
2022-01-26 20:23 UTC (12+ messages)
[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
2022-01-26 19:50 UTC (12+ messages)
` [PATCH 01/11] change gdb.base/skip.exp to use finish instead of step
` [PATCH 02/11] change gdb.base/symbol-alias to xfail with clang
` [PATCH 03/11] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH 04/11] change gdb.base/nodebug.c to not fail with clang
` [PATCH 05/11] update gdb.base/info-program.exp "
` [PATCH 06/11] fix gdb.base/access-mem-running.exp for clang testing
` [PATCH 07/11] fix gdb.base/call-ar-st to work with clang
` [PATCH 08/11] add xfails to gdb.base/complex-parts.exp when testing "
` [PATCH 09/11] gdb/testsuite: don't test gdb.base/msym-bp-shl "
` [PATCH 10/11] make use of finish to leave function in gdb.base/skip-inline.exp
` [PATCH 11/11] explicitly test for stderr in gdb.base/dprintf.exp
[RFC] Print MI prompt on interrupted command
2022-01-26 18:48 UTC (2+ messages)
[PATCH 0/8] Switch FreeBSD x86 to using register maps for GP registers
2022-01-26 18:43 UTC (7+ messages)
` [PATCH 4/8] regcache: Zero-extend small registers described by a register map
[PATCH v2] gdb: split array and string limiting options
2022-01-26 18:18 UTC (6+ messages)
[PATCH] gdb: convert maintenance target-async and target-non-stop settings to callbacks
2022-01-26 17:48 UTC (2+ messages)
[PATCH] Reference array of structs instead of first member during memcpy
2022-01-26 17:31 UTC (3+ messages)
[PATCH] gdb: add string_file::release method
2022-01-26 15:02 UTC (3+ messages)
[PATCH v2 0/3] Improvements to Python parameters
2022-01-26 14:06 UTC (2+ messages)
[PATCH v3] [PR gdb/17315] fix until behavior with trailing !is_stmt lines
2022-01-26 13:08 UTC
[PATCH] gdb: make thread_info::thread_fsm a std::unique_ptr
2022-01-26 10:33 UTC (3+ messages)
[PATCH] gdb/testsuite: Ensure constant test name in gdb.base/break-interp.exp
2022-01-26 9:46 UTC (3+ messages)
[PATCH] PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname across mi / (gdb)info source
2022-01-26 1:43 UTC (2+ messages)
[PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
2022-01-26 1:42 UTC (3+ messages)
[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
2022-01-26 1:40 UTC (5+ messages)
[PATCH v2] gdb/debuginfod: Rework progress updates
2022-01-26 0:58 UTC
[PATCH] gdbsupport: simplify ptid_t::is_pid implementation
2022-01-25 23:53 UTC (2+ messages)
[PATCH 0/4] Audit uses of unfiltered output to gdb_stdout
2022-01-25 22:11 UTC (2+ messages)
[PATCH] gdb/python: allow Value.format_string to return styled output
2022-01-25 17:27 UTC (5+ messages)
[PATCH v2 0/1] gdb, testsuite, fortran: adapt info symbol expected output for intel compilers
2022-01-25 7:45 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH] Fix Rust parser bug with function fields
2022-01-25 1:35 UTC
[PATCH v4] gdb/tui/disassembly view: make symbol name appear on a line of its own
2022-01-24 19:40 UTC (3+ messages)
[PATCH] TUI disassembly window improvement, take 2
2022-01-24 16:07 UTC (5+ messages)
[PATCH 0/3] Apply fixme notes for multi-target support
2022-01-24 15:06 UTC (9+ messages)
` [PATCH 1/3] gdb: Make global feature array a per-remote target array
` [PATCH 2/3] gdb: Add per-remote target variables for memory read and write config
[PATCH 1/5] gdb/arm: Fix prologue analysis to support vpush
2022-01-24 13:55 UTC (3+ messages)
[PATCH 0/5] create GDB/MI commands using python
2022-01-24 12:59 UTC (5+ messages)
[PATCH] gdb/doc: improve description for Window.click on Python TUI windows
2022-01-24 12:31 UTC (2+ messages)
[RFA/RFC] Add dump and load command to process record and replay
2022-01-24 9:26 UTC (2+ messages)
[pushed] Simplify some Rust expression-evaluation code
2022-01-23 19:50 UTC
[PATCH 00/19] Simplify GDB output functions
2022-01-22 17:40 UTC (20+ messages)
` [PATCH 01/19] Use unfiltered output in annotate.c
` [PATCH 02/19] Remove some uses of printf_unfiltered
` [PATCH 03/19] Only have one API for unfiltered output
` [PATCH 04/19] Add puts_unfiltered method to ui_file
` [PATCH 05/19] Add style-escape methods "
` [PATCH 06/19] Remove vfprintf_styled_no_gdbfmt
` [PATCH 07/19] Change the pager to a ui_file
` [PATCH 08/19] Remove fputs_styled_unfiltered
` [PATCH 09/19] Unify vprintf functions
` [PATCH 10/19] Unify gdb puts functions
` [PATCH 11/19] Unify gdb putc functions
` [PATCH 13/19] Rename print_spaces_filtered
` [PATCH 14/19] Rename puts_filtered_tabular
` [PATCH 15/19] Rename fprintf_symbol_filtered
` [PATCH 16/19] Remove ui_out_flag::unfiltered_output
` [PATCH 17/19] Remove vfprintf_styled
` [PATCH 18/19] Minor comment updates in utils.h
` [PATCH 19/19] Remove unnecessary calls to wrap_here and gdb_flush
[PATCH v5 00/15] FreeBSD target async mode and related refactoring
2022-01-22 6:28 UTC (17+ messages)
` [PATCH v5 01/15] gdbsupport: Add an event-pipe class
` [PATCH v5 02/15] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [PATCH v5 03/15] gdbserver linux-low: Convert linux_event_pipe "
` [PATCH v5 04/15] Enable async mode on supported targets in target_resume
` [PATCH v5 05/15] Don't enable async mode at the end of target ::resume methods
` [PATCH v5 06/15] do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async
` [PATCH v5 07/15] inf-ptrace: Return an IGNORE event if waitpid() fails
` [PATCH v5 08/15] inf-ptrace: Support async targets in inf_ptrace_target::wait
` [PATCH v5 09/15] fbsd-nat: Implement async target support
` [PATCH v5 10/15] fbsd-nat: Include ptrace operation in error messages
` [PATCH v5 11/15] fbsd-nat: Various cleanups to the ::resume entry debug message
` [PATCH v5 12/15] fbsd-nat: Return nullptr rather than failing ::thread_name
` [PATCH v5 13/15] Enable async mode in the target in attach_cmd
` [PATCH v5 14/15] inf-ptrace: Add an event_pipe to be used for async mode in subclasses
` [PATCH v5 15/15] NEWS: Note that the FreeBSD async target supports async mode
[PATCH v4 00/13] FreeBSD target async mode and related refactoring
2022-01-21 19:35 UTC (5+ messages)
` [PATCH v4 01/13] gdbsupport: Add an event-pipe class
[pushed] gdb: include gdbsupport/buildargv.h in ser-mingw.c
2022-01-21 16:35 UTC
[PATCHv4 0/2] Disassembler Output Styling
2022-01-21 16:26 UTC (4+ messages)
` [PATCHv5 "
` [PATCHv5 1/2] gdb: use python to colorize disassembler output
` [PATCHv5 2/2] gdb/python: move styling support to gdb.styling
[PUSHED] gdb/doc: fill in two missing @r
2022-01-21 12:52 UTC
[PATCH v4] gdb, gdbserver: support dlmopen()
2022-01-21 11:42 UTC (2+ messages)
[PATCH v2 0/4] gdb, btrace: infrun fixes
2022-01-21 11:41 UTC (2+ messages)
[pushed] gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.h
2022-01-21 3:58 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox