public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/7] Arm: Use feature target descriptions
 2019-07-10 16:15 UTC  (18+ messages)
` [PATCH 3/7] Arm: Add read_description read funcs and use in GDB
` [PATCH 4/7] Arm: Use feature target descriptions
` [PATCH 5/7] Arm: Add xml unit tests
` [PATCH 7/7] Arm: Remove unused feature files and tests
` [PATCH 2/7] Arm: Create feature files for Arm target descriptions
` [PATCH 6/7] Arm: Use read_description funcs in gdbserver
` [PATCH 1/7] Arm: Minor style cleanups

[PATCH 1/2] Make some bpstat functions use bool
 2019-07-10 16:12 UTC  (6+ messages)
` [PATCH 2/2] Update breakpoint_1's documentation

[PATCH 0/9] Use the type-safe registry in more cases
 2019-07-10 15:49 UTC  (10+ messages)
` [PATCH 8/9] Change solib-spu.c to use type-safe registry
` [PATCH 2/9] Change solib-darwin.c "
` [PATCH 7/9] Change solib-aix.c "
` [PATCH 3/9] Change jit.c "
` [PATCH 6/9] Change solib-dsbt.c "
` [PATCH 1/9] Change remote-sim.c "
` [PATCH 5/9] Change spu-tdep.c "
` [PATCH 9/9] Change arm-tdep.c "
` [PATCH 4/9] Change dbxread.c "

[RFAv3 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
 2019-07-10 15:34 UTC  (8+ messages)
` [RFAv3 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting
` [RFAv3 2/3] Test the convenience functions "
` [RFAv3 1/3] Implement convenience functions to examine GDB settings

[PATCHv2 0/5] Improve handling of negative dynamic properties
 2019-07-10 15:06 UTC  (10+ messages)
` [PATCHv2 4/5] gdb: Carry default property type around with "
` [PATCHv2 5/5] gdb: Better support for dynamic properties with negative values

[PATCH v2 0/5] Non-contiguous address range bug fixes / improvements
 2019-07-10 14:27 UTC  (9+ 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 5/5] Improve test gdb.dwarf2/dw2-ranges-func.exp
` [PATCH v2 4/5] Allow display of negative offsets in print_address_symbolic()

[OBV] Regenerate aarch64-pauth.c
 2019-07-10 10:50 UTC 

[pushed] Make bpstat_what::is_longjmp a bool
 2019-07-10  1:28 UTC 

[PATCH] Make documentation of "python" command match actual behavior
 2019-07-09 21:16 UTC  (2+ messages)

[PATCH] Add an Objfile.lookup_global_symbol function
 2019-07-09 19:16 UTC  (5+ messages)

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

[PUSHED/OBVIOUS] Fix printcmds.exp failure for wide strings tests
 2019-07-09 17:41 UTC 

Oh dear. I regret to inform you that commit 5bff081c10ab4debfd3416739fda93b6c275496b might be unfortunate
 2019-07-09 16:55 UTC  (2+ messages)
` Breakage on builder NetBSD-x86_64-m64, revision 5bff081c10ab4debfd3416739fda93b6c275496b

[PATCH v3 0/4] Remove many uses of field_fmt
 2019-07-09 15:34 UTC  (5+ messages)
` [PATCH v3 1/4] Use field_core_addr in more places
` [PATCH v3 3/4] Introduce field_unsigned
` [PATCH v3 2/4] Use field_string in more places
` [PATCH v3 4/4] Fix a FIXME in mi-out.c

[PATCH v2 0/4] Remove many uses of field_fmt
 2019-07-09 15:21 UTC  (4+ messages)
` [PATCH v2 2/4] Use field_string in more places

[PATCH v2] Restore original GDB prompt in define.exp
 2019-07-09 14:54 UTC  (2+ messages)

[patch] Fix BZ#24331 -- set print elem doesn't limit repeated elements correctly
 2019-07-09 13:53 UTC  (2+ messages)

[PATCH] gdb/riscv: Don't use default bfd to define required features
 2019-07-09  9:03 UTC  (2+ messages)

[RFA] Ensure GDB printf command can print convenience var strings without a target
 2019-07-09  4:36 UTC  (5+ messages)
` PING "
    ` New FAIL on gdb.base/printcmds.exp (was: Re: [RFA] Ensure GDB printf command can print convenience var strings without a target.)

[PATCH][PR/24474] Make gdb.lookup_static_symbol also check the STATIC_SCOPE
 2019-07-08 22:05 UTC  (2+ messages)
` [PING] "

[PATCH] Rename common to gdbsupport
 2019-07-08 21:01 UTC  (3+ messages)

[PATCH] Fix amd64->i386 linux syscall restart problem
 2019-07-08 17:00 UTC  (8+ messages)
          ` [PING][PATCH] "

[PATCH] Fixed disassembler data/addr options note on man page
 2019-07-08 14:17 UTC  (2+ messages)

[PATCH] Fix breakpoints on file reloads for PIE binaries
 2019-07-08  9:52 UTC  (5+ messages)
` [PING][PATCH] "
  ` [PING^2][PATCH] "

[RFAv2 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
 2019-07-06 11:21 UTC  (7+ messages)
` [RFAv2 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting
` [RFAv2 1/3] Implement convenience functions to examine GDB settings
` [RFAv2 2/3] Test the convenience functions $_gdb_setting and $_gdb_int_setting

[RFA] Output the Ada task name in more messages
 2019-07-06  6:28 UTC  (3+ messages)
` PING "

[PATCH] Fixed disassembler data/addr options note on man page
 2019-07-06  3:47 UTC 

[RFA 0/3] Allow the user to define default leading args for commands and aliases
 2019-07-05 20:09 UTC  (2+ messages)
` PING "

[RFAv3 0/3] Implement 'set print frame-info|frame-arguments
 2019-07-05 20:06 UTC  (2+ messages)
` PING "

[RFA] Make first and last lines of 'command help documentation' consistent
 2019-07-05 20:04 UTC  (2+ messages)
` PING "

[RFAv2 0/3] new args [-dirname | -basename] [--] [REGEXP] to info sources
 2019-07-05 19:51 UTC  (2+ messages)
` PING "

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

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

[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 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] gdb: Don't skip prologue for explicit line breakpoints in assembler
 2019-07-03 22:37 UTC  (10+ messages)
              ` [PROTOTYPE] Make "info breakpoints" show breakpoint's specs (Re: [PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler)

[PATCHv2 0/2] Changes for explicit_line tracking, and prologue skipping
 2019-07-03 22:13 UTC  (5+ messages)
` [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

[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  (7+ messages)
` [PATCH 5/5] pipe command completer
` [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  (15+ messages)
      ` ui_out format strings for fields and styles (Re: [PATCH] Style "pwd" output)

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