public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/1] gdb, testsuite, fortran: adapt info symbol expected output for intel compilers
 2022-01-28 18:24 UTC  (6+ messages)
` [PATCH v2 1/1] "

[OB PATCH] Add Bruno Larsen to gdb/MAINTAINERS
 2022-01-28 18:19 UTC 

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-01-28 17:05 UTC  (12+ messages)
` [PATCH 1/7] gdb/tui: add window width information to 'info win' output
` [PATCH 2/7] gdb/doc: update docs for 'info win' and 'winheight' commands
` [PATCH 3/7] gdb: move some commands into the tui namespace
` [PATCH 4/7] gdb/tui: rename tui_layout_base::adjust_size to ::set_height
` [PATCH 5/7] gdb/tui: rename tui_layout_split:set_weights_from_heights
` [PATCH 6/7] gdb/testing/tui: add new functionality to tuiterm.exp
` [PATCH 7/7] gdb/tui: add new 'tui window width' command and 'winwidth' alias

[PATCH 0/8] Switch FreeBSD x86 to using register maps for GP registers
 2022-01-28 15:44 UTC  (9+ messages)
` [PATCH 4/8] regcache: Zero-extend small registers described by a register map

[PATCH] gdb/build: Fix Wpessimizing-move in clang build
 2022-01-28 15:08 UTC  (5+ messages)

[PATCH v2] gdb: make thread_info::m_thread_fsm a std::unique_ptr
 2022-01-28 14:55 UTC  (3+ messages)

[PATCH v2 0/2] Make GDB respect the DW_CC_nocall attribute
 2022-01-28 14:29 UTC  (3+ messages)
` [PATCH v2 1/2] gdb: Move most of get_function_name (COREADDR) in symtab.h
` [PATCH v2 2/2] gdb: Respect the DW_CC_nocall attribute

[PATCH 0/3] Apply fixme notes for multi-target support
 2022-01-28 13:28 UTC  (7+ messages)
` [PATCH 2/3] gdb: Add per-remote target variables for memory read and write config
` [PATCH 3/3] gdb: Remove workaround for the vCont packet

[PATCH] Add top-level .editorconfig file
 2022-01-28 13:25 UTC  (5+ messages)

[PATCH 00/33] Remove some more accessor macros
 2022-01-28 12:45 UTC  (34+ messages)
` [PATCH 01/33] gdb: add getter/setter for compunit_symtab::objfile
` [PATCH 02/33] gdb: remove COMPUNIT_OBJFILE macro
` [PATCH 03/33] gdb: rename compunit_primary_filetab to compunit_symtab::primary_filetab
` [PATCH 04/33] gdb: add compunit_symtab::add_filetab method
` [PATCH 05/33] gdb: add compunit_symtab::set_primary_filetab method
` [PATCH 06/33] gdb: move compunit_filetabs to compunit_symtab::filetabs
` [PATCH 07/33] gdb: remove COMPUNIT_FILETABS macro
` [PATCH 08/33] gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter
` [PATCH 09/33] gdb: remove COMPUNIT_PRODUCER "
` [PATCH 10/33] gdb: remove COMPUNIT_DIRNAME "
` [PATCH 11/33] gdb: remove COMPUNIT_BLOCKVECTOR "
` [PATCH 12/33] gdb: remove COMPUNIT_BLOCK_LINE_SECTION "
` [PATCH 13/33] gdb: remove COMPUNIT_LOCATIONS_VALID "
` [PATCH 14/33] gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID "
` [PATCH 15/33] gdb: remove COMPUNIT_MACRO_TABLE "
` [PATCH 16/33] gdb: remove SYMTAB_COMPUNIT "
` [PATCH 17/33] gdb: remove SYMTAB_LINETABLE "
` [PATCH 18/33] gdb: remove SYMTAB_LANGUAGE "
` [PATCH 19/33] gdb: remove SYMTAB_BLOCKVECTOR macro
` [PATCH 20/33] gdb: remove SYMTAB_OBJFILE macro
` [PATCH 21/33] gdb: remove SYMTAB_PSPACE macro
` [PATCH 22/33] gdb: remove SYMTAB_DIRNAME macro
` [PATCH 23/33] gdb: remove SYMBOL_MATCHES_SEARCH_NAME
` [PATCH 24/33] gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
` [PATCH 25/33] gdb: remove SYMBOL_IMPL macro, add method
` [PATCH 26/33] gdb: remove SYMBOL_CLASS macro, add getter
` [PATCH 27/33] gdb: remove SYMBOL_DOMAIN macro
` [PATCH 28/33] gdb: remove SYMBOL_OBJFILE_OWNED macro
` [PATCH 29/33] gdb: remove SYMBOL_IS_ARGUMENT macro
` [PATCH 30/33] gdb: remove SYMBOL_INLINED macro
` [PATCH 31/33] gdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macro
` [PATCH 32/33] gdb: remove SYMBOL_TYPE macro
` [PATCH 33/33] gdb: remove SYMBOL_LINE macro

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  (3+ 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  (19+ messages)
` [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 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 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] 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 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 

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