public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files
 2019-07-05 19:49 UTC  (7+ messages)
    ` PING "
      ` PING^2 "
          ` PING^3 "

[PATCH] Fix breakpoints on file reloads for PIE binaries
 2019-07-05 18:36 UTC  (4+ messages)
` [PING][PATCH] "
  ` [PING^2][PATCH] "

[PATCH 0/2] Fix "info break" crash + make "catch catch" show as catchpoint
 2019-07-05 16:01 UTC  (3+ messages)
` [PATCH 1/2] Fix "info break" + "catch catch" + -static-{libstdc++,libgcc}
` [PATCH 2/2] "catch catch/throw/rethrow", breakpoint -> catchpoint

[PATCH 0/7] Arm: Use feature target descriptions
 2019-07-05  9:46 UTC  (8+ messages)
` [PATCH 4/7] "
` [PATCH 3/7] Arm: Add read_description read funcs and use in GDB
` [PATCH 1/7] Arm: Minor style cleanups
` [PATCH 5/7] Arm: Add xml unit tests
` [PATCH 2/7] Arm: Create feature files for Arm target descriptions
` [PATCH 6/7] Arm: Use read_description funcs in gdbserver
` [PATCH 7/7] Arm: Remove unused feature files and tests

[PATCH] gdb/riscv: Don't use default bfd to define required features
 2019-07-04 21:08 UTC 

[PATCH 00/61] More TUI refactorings
 2019-07-04 17:26 UTC  (62+ messages)
` [PATCH 04/61] Consolidate "if"s in tui_show_frame_info
` [PATCH 20/61] Introduce TUI window iterator
` [PATCH 09/61] Remove tui_display_data_from_line
` [PATCH 01/61] Introduce can_scroll method
` [PATCH 31/61] Remove tui_source_window::content_in_use
` [PATCH 24/61] Introduce tui_source_window_base::location_matches_p method
` [PATCH 02/61] Check can_highlight in tui_check_and_display_highlight_if_needed
` [PATCH 12/61] Don't declare unimplemented functions
` [PATCH 15/61] Introduce two more tui_data_window methods
` [PATCH 27/61] Remove unused parameter from two TUI functions
` [PATCH 22/61] Make source windows be self-updating
` [PATCH 37/61] Introduce reset_locator function in tui-layout.c
` [PATCH 06/61] Introduce tui_data_window::last_regs_line_no method
` [PATCH 40/61] Change tui_set_layout to return void
` [PATCH 03/61] Remove some uses of TUI_WIN_SRC
` [PATCH 23/61] Remove tui_set_win_height
` [PATCH 33/61] Remove tui_set_focus
` [PATCH 07/61] Introduce tui_data_window::line_from_reg_element_no method
` [PATCH 25/61] Move content_in_use to tui_source_window class
` [PATCH 14/61] Introduce tui_data_window::erase_data_content method
` [PATCH 28/61] Remove unused TUI defines
` [PATCH 13/61] Introduce tui_data_window::delete_data_content_windows method
` [PATCH 21/61] Fix comment typos
` [PATCH 17/61] Parameterize tui_show_register_group with window
` [PATCH 32/61] Merge refresh and refresh_window methods
` [PATCH 34/61] Remove TUI data window special case
` [PATCH 29/61] Remove UNDEFINED_ITEM define from TUI
` [PATCH 36/61] Always create an execution info window for a source window
` [PATCH 11/61] Introduce tui_data_window::display_all_data method
` [PATCH 16/61] Introduce tui_data_window::display_reg_element_at_line method
` [PATCH 18/61] Simplify tui_show_registers
` [PATCH 08/61] Introduce tui_data_window::first_reg_element_no_inline
` [PATCH 19/61] Minor tui_reg_next / tui_reg_prev cleanup
` [PATCH 51/61] Fix flushing bug in tui_puts_internal
` [PATCH 48/61] Remove make_data_window
` [PATCH 43/61] Simplify tui_gen_win_info::make_visible
` [PATCH 44/61] Change tui_get_register to return void
` [PATCH 59/61] Move source window common to code to tui-winsource.[ch]
` [PATCH 46/61] Remove make_command_window
` [PATCH 61/61] Remove unnecessary "return"s
` [PATCH 39/61] Remove reset_locator
` [PATCH 45/61] Simplify show_source_or_disasm_and_command
` [PATCH 35/61] Remove some dead code from tui_set_layout
` [PATCH 30/61] Simplify source window clearing
` [PATCH 41/61] Clean up tui_layout_command
` [PATCH 38/61] Remove the win_type parameter from tui_gen_win_info::reset
` [PATCH 54/61] Move TUI command window code
` [PATCH 57/61] Move tui_source_window to tui-source.h
` [PATCH 58/61] Change make_invisible_and_set_new_height to be a method
` [PATCH 52/61] Rearrange TUI data window code
` [PATCH 53/61] Move tui_dispatch_ctrl_char to tui-io.c
` [PATCH 56/61] Move tui_disasm_window to tui-disasm.h
` [PATCH 05/61] Remove deleted breakpoint from TUI display
` [PATCH 49/61] Remove tui_make_visible and tui_make_invisible
` [PATCH 10/61] Remove tui_display_data_from
` [PATCH 60/61] Fix an error in parse_scrolling_args
` [PATCH 26/61] Add win_info parameter to tui_set_disassem_content
` [PATCH 42/61] Simplify show_source_disasm_command
` [PATCH 55/61] Move TUI data item window to tui-regs.h
` [PATCH 50/61] Remove has_locator method
` [PATCH 47/61] Remove make_source_window and make_disasm_window

[PATCH] Fix TUI use of "has_break" field
 2019-07-04 16:36 UTC  (2+ messages)

[pushed] Fix foreach_with_prefix regression
 2019-07-04 15:47 UTC 

[PATCH] Restore original GDB prompt in define.exp
 2019-07-04 14:22 UTC  (4+ messages)

[PATCH 1/3] Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
 2019-07-04 11:54 UTC  (2+ messages)

[PATCH 1/3] i386/AArch64: Remove old xml tests
 2019-07-04 11:02 UTC  (5+ messages)
` [PATCH 2/3] i386/AArch64: Remove unused .dat files
` [PATCH 3/3] i386/AArch64: Remove unused xml files

[PATCH][readline] Fix heap-buffer-overflow in update_line
 2019-07-04  6:09 UTC  (4+ messages)
` [PING][PATCH][readline] "
  ` [PING^2][PATCH][readline] "
    ` [PING^3][PATCH][readline] "

[PATCH v2 0/5] Non-contiguous address range bug fixes / improvements
 2019-07-04  5:08 UTC  (8+ messages)
` [PATCH v2 1/5] Prefer symtab symbol over minsym for function names in non-contiguous blocks
` [PATCH v2 2/5] Restrict use of minsym names when printing addresses in disassembled code
` [PATCH v2 3/5] dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges
` [PATCH v2 4/5] Allow display of negative offsets in print_address_symbolic()
` [PATCH v2 5/5] Improve test gdb.dwarf2/dw2-ranges-func.exp

[PATCH 0/4] Non-contiguous address range bug fixes / improvements
 2019-07-04  1:06 UTC  (11+ messages)
` [PATCH 3/4] Allow display of negative offsets in print_address_symbolic()
` [PATCH 1/4] Prefer symtab symbol over minsym for function names in non-contiguous blocks

[patch] Fix BZ#24331 -- set print elem doesn't limit repeated elements correctly
 2019-07-03 23:54 UTC 

[PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler
 2019-07-03 22:37 UTC  (20+ messages)
              ` [PROTOTYPE] Make "info breakpoints" show breakpoint's specs (Re: [PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler)
              ` [PATCHv2 1/2] gdb: Remove unneeded parameter from set_breakpoint_location_function
              ` [PATCHv2 2/2] gdb: Don't skip prologue for explicit line breakpoints in assembler
              ` [PATCHv2 0/2] Changes for explicit_line tracking, and prologue skipping

[pushed] Fix early return in foreach_with_prefix
 2019-07-03 17:09 UTC 

[PATCH 0/5] pipe command completer, and string options
 2019-07-03 16:28 UTC  (14+ messages)
` [PATCH 2/5] Make gdb::option::complete_options save processed arguments too
` [PATCH 5/5] pipe command completer
` [PATCH 1/5] Fix test_gdb_complete_tab_multiple race
` [PATCH 4/5] Fix latent bug in test_gdb_complete_cmd_multiple
` [PATCH 3/5] Teach gdb::option about string options

[RFC 0/2] Let's discuss moving gdbserver to top-level
 2019-07-03 16:18 UTC  (7+ messages)
` [RFC 2/2] Move gdb's xmalloc and friends to new file

[PATCH v2 0/4] Introduce the "with" command
 2019-07-03 12:49 UTC  (2+ messages)

[PATCH] Style "pwd" output
 2019-07-03 12:20 UTC  (33+ messages)
      ` ui_out format strings for fields and styles (Re: [PATCH] Style "pwd" output)
                              ` [users/palves/format_strings] Down with .ptr() (Re: ui_out format strings for fields and styles (Re: [PATCH] Style "pwd" output))
                                  ` [users/palves/format_strings] Document the gdb-specific formatters
                              ` [users/palves/format_strings] Introduce string_field
                          ` [users/palves/format_strings] Make printf_filtered support the gdb-specific formatters too
                            ` [users/palves/format_strings] %pS/%pN -> %p[/%p]

[pushed] Remove return value from remove_breakpoints_inf
 2019-07-03  2:09 UTC 

[PATCH] Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)
 2019-07-02 17:55 UTC  (9+ messages)
  ` [PATCH] gdb: Remove a non-const reference parameter

[PATCH] Rename common to gdbsupport
 2019-07-02 17:35 UTC  (3+ messages)

[PATCH v2 0/4] Remove many uses of field_fmt
 2019-07-02 16:12 UTC  (8+ messages)
` [PATCH v2 3/4] Introduce field_unsigned
` [PATCH v2 2/4] Use field_string in more places
` [PATCH v2 1/4] Use field_core_addr "
` [PATCH v2 4/4] Fix a FIXME in mi-out.c

[PATCH] Make "info threads" use the gdb::option framework
 2019-07-02 15:55 UTC  (3+ messages)

[PATCH 0/3] replace many uses of field_fmt
 2019-07-02 15:01 UTC  (11+ messages)
` [PATCH 3/3] Introduce field_unsigned
` [PATCH 2/3] Use field_string in more places
` [PATCH 1/3] Use field_core_addr "

[PATCH] Move generic_load declaration to symfile.h
 2019-07-02 14:31 UTC  (3+ messages)

[PATCH] Add Rust support to source highlighting
 2019-07-02  9:19 UTC  (5+ messages)

[FYI] Avoid use-after-free in DWARF debug names code
 2019-07-01 15:35 UTC 

[PATCH] Reduce manual reference counting in py-inferior.c
 2019-07-01 15:07 UTC 

[PATCH] Make documentation of "python" command match actual behavior
 2019-06-29 21:17 UTC 

[PATCH] Remove is_a_field_of_this from ada_lookup_symbol
 2019-06-29 14:37 UTC  (2+ messages)

[PATCH] Fix crash when using PYTHONMALLOC=debug (PR python/24742)
 2019-06-28 20:34 UTC  (3+ messages)

[PATCH 0/4] Handle copy relocations and add $_ada_exception
 2019-06-28 19:43 UTC  (5+ messages)
` [PATCH 4/4] Add $_ada_exception convenience variable

[PATCH] Handle either order of name and linkage name
 2019-06-28 14:37 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 164e3873cf41d01a9a67396575dceef7489cee64 might be unfortunate
 2019-06-27 17:47 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).