public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] partial symbol name matching vs regexp
 2019-08-08 19:33 UTC  (2+ messages)

[RFA] Implement 'print -raw-values' and 'set print raw-values on|off'
 2019-08-08 18:59 UTC  (4+ messages)

[PATCH][gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pie
 2019-08-08 18:04 UTC  (3+ messages)

[PATCH] Fix access to uninitialized variable in fill_in_stop_func
 2019-08-08 17:42 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.tui/basic.exp with check-read1
 2019-08-08 17:02 UTC  (2+ messages)

[PATCH] s390: Implement 'type_align' gdbarch method
 2019-08-08 17:01 UTC  (2+ messages)

[PATCH V2] AArch64 pauth: Indicate unmasked addresses in backtrace
 2019-08-08 16:58 UTC  (7+ messages)

[PATCH 2/3] [PowerPC] Move up some register access routines
 2019-08-08 16:25 UTC  (2+ messages)

[PATCH 3/3] [PowerPC] Fix debug register issues in ppc-linux-nat
 2019-08-08 16:24 UTC  (2+ messages)

[PATCH 1/3] Add low_new_clone method to linux_nat_target
 2019-08-08 14:05 UTC  (2+ messages)

[PATCH 0/8] Upgrade readline
 2019-08-08 11:29 UTC  (22+ messages)
` [PATCH 2/8] Remove gdb workaround from readline/complete.c
` [PATCH 8/8] Require readline 7 or newer
` [PATCH 4/8] Remove gdb workaround from readline/xfree.c
` [PATCH 3/8] Remove gdb workaround from readline/emacs_keymap.c
` [PATCH 7/8] Remove readline hack from gdb_select
` [PATCH 5/8] Fix gdb's selftest.exp after readline import

[PATCH][gdb/testsuite] Fix ada tests with -fPIE/-pie
 2019-08-08 10:15 UTC  (4+ messages)

[RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files
 2019-08-07 19:43 UTC  (7+ messages)
    ` PING "
      ` PING^2 "
          ` PING^a long time ago ... "

[PATCH] Allow nested function displays
 2019-08-07 16:14 UTC  (5+ messages)
  ` Regression on gdb.fortran/nested-funcs.exp (was: Re: [PATCH] Allow nested function displays)
    ` Regression on gdb.fortran/nested-funcs.exp

[PATCH] Fix bug with character enumeration literal
 2019-08-07 14:00 UTC 

[RFAv2 0/2] Make first and last lines of 'command help documentation' consistent + add a test
 2019-08-07  2:06 UTC  (7+ messages)
` [RFAv2 2/2] Add a selftest that checks documentation invariants
` [RFAv2 1/2] Make first and last lines of 'command help documentation' consistent

[PATCH 0/4] Reduce use of obstack_copy0
 2019-08-07  2:04 UTC  (10+ messages)
` [PATCH 1/4] Use obstack_strdup more
` [PATCH 3/4] Add obstack_strdup overload taking a std::string
` [PATCH 2/4] Make obstack_strdup inline
` [PATCH 4/4] Introduce obstack_strndup

[PING][PATCH v2] gdb: CTF support
 2019-08-07  0:31 UTC 

[PATCH] Make struct frame_arg self-managing
 2019-08-06 21:36 UTC  (2+ messages)

[PATCH] Make info_symbol_command use lookup_minimal_symbol_by_pc
 2019-08-06 21:33 UTC  (3+ messages)

[PATCH][PR build/24886] disable glibc mcheck support
 2019-08-06 18:44 UTC  (2+ messages)

[PATCH] Add more styling to "disassemble"
 2019-08-06 17:15 UTC  (2+ messages)

[PATCH] Replace int with enum block_enum where appropriate
 2019-08-06 16:52 UTC  (3+ messages)

[RFAv2 0/3] Allow the user to define default leading args for commands and aliases
 2019-08-06 15:11 UTC  (5+ messages)
` [RFAv2 2/3] Add tests for new leading-args related commands and arguments
` [RFAv2 1/3] leading-args: allow to define default command/alias arguments
` [RFAv2 3/3] NEWS and documentation for leading-args related concept and commands

[PATCH] Remove header tendrils of x86 hardware breakpoints on OpenBSD
 2019-08-06 14:19 UTC  (2+ messages)

[PATCH 0/4] Fewer calls to "open" when stepping
 2019-08-06 14:09 UTC  (2+ messages)

[PATCH] Change breakpoint::filter to be a unique_xmalloc_ptr
 2019-08-06 14:00 UTC  (2+ messages)

[PATCH] AArch64: Allow additional sizes in prologue
 2019-08-06 13:52 UTC  (6+ messages)

[PATCH] Add block['var'] accessor
 2019-08-05 18:30 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] Fix breakpoints on file reloads for PIE binaries
 2019-08-05 17:35 UTC  (6+ messages)
    ` [8.3 backport] "

[PATCH] Supress SIGTTOU when handling errors
 2019-08-05 17:33 UTC  (12+ messages)
                ` [8.3 backport] "

[PATCH] Use _() in calls to build_help
 2019-08-05 17:04 UTC  (3+ messages)

[PATCH] Add a comment briefly explaining partial symbols
 2019-08-05 15:37 UTC  (3+ messages)

[PATCH] Merge lookup_global_symbol and lookup_static_symbol
 2019-08-05 15:33 UTC  (6+ messages)
  ` [PATCH] Factor out the common code in lookup_{static,global}_symbol
        ` [PATCH v2] "

[PATCH] Increase timeout in gdb.mi/list-thread-groups-available.exp
 2019-08-05 14:23 UTC  (9+ messages)

[PATCH][gdb/testsuite] Fix gdb.base/info-macros.exp timeout with check-run1
 2019-08-05 14:15 UTC  (2+ messages)

[committed][gdb/testsuite] Run read1 timeout tests with with_read1_timeout_factor
 2019-08-05 13:42 UTC 

[PATCH][gdb/testsuite] Fail in gdb_compile if nopie results in PIE executable
 2019-08-05 10:57 UTC  (4+ messages)
    ` [committed][gdb/testsuite] Fail in gdb_compile if pie results in non-PIE executable

[committed][gdb/testsuite] Fix gdb.base/structs.exp timeout with check-read1
 2019-08-05 10:54 UTC  (2+ messages)
` [committed][gdb/testsuite] Fix typo in tcl_version_at_least

[PATCH] Remove some variables in favor of using gdb::optional
 2019-08-05  4:09 UTC  (4+ messages)

[testsuite, obvious] Skip GDB test reconnect-ctrl-c.exp if nointerrupts is set
 2019-08-04 21:51 UTC 

[testsuite, obvious] Add check for readline support to more GDB tab-completion tests
 2019-08-04 21:50 UTC 

[PATCH] Fix double free in tui_source_element
 2019-08-04 21:20 UTC  (2+ messages)

[RFA 0/3] Allow the user to define default leading args for commands and aliases
 2019-08-04 16:37 UTC  (3+ messages)

[RFAv2] Output the Ada task name in more messages, output task names between ""
 2019-08-04 16:23 UTC  (2+ messages)

[RFAv2 0/3] new args [-dirname | -basename] [--] [REGEXP] to info sources
 2019-08-03 19:42 UTC  (4+ messages)
` [RFAv2 1/3] New "info sources" args [-dirname | -basename] [--] [REGEXP]

[PATCH 00/19] More TUI refactoring
 2019-08-03 13:29 UTC  (20+ messages)
` [PATCH 14/19] Move code to tui-winsource.h
` [PATCH 02/19] Remove struct tui_layout_def
` [PATCH 10/19] Change tui_check_and_display_highlight_if_needed to be a method
` [PATCH 16/19] Remove tui_erase_exec_info_content
` [PATCH 11/19] Change tui_show_source_content to be a method
` [PATCH 06/19] Two simplifications in tui-layout.c
` [PATCH 07/19] Make tui_default_win_height static
` [PATCH 04/19] Remove tui_make_all_visible
` [PATCH 05/19] Simplify tui_make_all_invisible
` [PATCH 15/19] Turn tui_show_exec_info_content into a method
` [PATCH 03/19] Move current_layout to tui-layout.c
` [PATCH 18/19] Don't track the contents of the execution info window
` [PATCH 13/19] Change tui_update_exec_info to be a method
` [PATCH 01/19] clear_detail can only be called on TUI source windows
` [PATCH 09/19] Delete invisible TUI windows
` [PATCH 19/19] Remove tui_gen_win_info::last_visible_line
` [PATCH 08/19] Simplify tui_show_disassem
` [PATCH 12/19] Change tui_set_exec_info_content to be a method
` [PATCH 17/19] Remove tui_clear_exec_info_content

[PATCH v2 0/4] Introduce the "with" command
 2019-08-02 23:24 UTC  (3+ messages)
  ` New FAIL on gdb.base/with.exp on native-extended-gdbserver (was: Re: [PATCH v2 0/4] Introduce the "with" command)

[PATCH 0/2] Fix "info break" crash + make "catch catch" show as catchpoint
 2019-08-02 23:08 UTC  (7+ messages)
` [PATCH 2/2] "catch catch/throw/rethrow", breakpoint -> catchpoint
          ` Regression on gdb.trace/{actions,change-loc,pending}.exp on native-{,extended-}gdbserver (was: Re: [PATCH 2/2] "catch catch/throw/rethrow", breakpoint -> catchpoint)

[PATCH] Include s12z-opc.h using 
 2019-08-02 18:22 UTC  (5+ messages)
` [PATCH] Include s12z-opc.h using ../opcodes

[PATCH] Fix out-of-bounds read in tui_addr_is_displayed
 2019-08-02 18:07 UTC  (2+ messages)

[PATCH] Fix nullptr in with_command_1
 2019-08-02 18:04 UTC  (2+ messages)

[PATCH] Fix crash in cp_print_value_fields
 2019-08-02 17:27 UTC  (3+ messages)
` [8.3 backport] "

support Ada EH ABI v1
 2019-08-02 13:13 UTC  (2+ messages)

Record support for sahf/lahf opcodes on x86_64
 2019-08-02 12:12 UTC 

[PATCH] Remove directory names from gdb.base/batch-exit-status.exp
 2019-08-01 19:55 UTC  (3+ messages)

[PATCH][PR/24474] Make gdb.lookup_static_symbol also check the STATIC_SCOPE
 2019-08-01 19:05 UTC  (3+ messages)

[RFC][PATCH] Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order
 2019-08-01 18:58 UTC  (2+ messages)

[FYI] Fix the ia64 libunwind build
 2019-08-01 18:15 UTC 

[PATCH v2 0/8] Handle copy relocations and add $_ada_exception
 2019-08-01 17:56 UTC  (10+ messages)
` [PATCH v2 6/8] Make current_source_* per-program-space
` [PATCH v2 3/8] Back out earlier Ada exception change
` [PATCH v2 2/8] Handle copy relocations
` [PATCH v2 1/8] Change SYMBOL_VALUE_ADDRESS to be an rvalue
` [PATCH v2 8/8] Make print-file-var.exp test attribute visibility hidden, dlopen, and main symbol
` [PATCH v2 7/8] Add $_ada_exception convenience variable
` [PATCH v2 4/8] Search global block from basic_lookup_symbol_nonlocal
` [PATCH v2 5/8] Don't call decode_line_with_current_source from select_source_symtab

[PATCH] Require GNU make 3.82
 2019-08-01 16:09 UTC  (4+ messages)

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