public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 0/3] Allow the user to define default leading args for commands and aliases
 2019-06-24 23:12 UTC  (4+ messages)
` [RFA 1/3] leading-args: allow to define default command/alias arguments
` [RFA 3/3] NEWS and documentation for leading-args related concept and commands
` [RFA 2/3] Add tests for new leading-args related commands and arguments

[PATCH 00/66] Clean up the TUI
 2019-06-24 22:23 UTC  (83+ messages)
` [PATCH 05/66] Simplify command window creation
` [PATCH 10/66] Create tui_disasm_window
` [PATCH 08/66] Remove tui_list
` [PATCH 12/66] Don't use TUI_DISASM_WIN in tui_disasm_window method
` [PATCH 01/66] Use new and delete for TUI windows
` [PATCH 13/66] Remove tui_clear_win_detail
` [PATCH 24/66] Introduce two TUI source window methods
` [PATCH 06/66] Simplify source and disassembly window creation
` [PATCH 14/66] Introduce has_locator method
` [PATCH 02/66] Add destructor to tui_win_info
` [PATCH 04/66] Remove an unnecessary NULL check from the TUI
` [PATCH 07/66] Introduce tui_win_info::clear_detail method
` [PATCH 09/66] Split the tui_win_info destructor
` [PATCH 11/66] Introduce methods for scrolling
` [PATCH 03/66] Create subclasses for different window types
` [PATCH 23/66] Introduce the refresh method
` [PATCH 29/66] Introduce set_highlight method
` [PATCH 22/66] Use bool for visibility
` [PATCH 18/66] Change tui_data_window::display_regs to bool
` [PATCH 19/66] Inline constructors and initializers
` [PATCH 21/66] Introduce make_visible method
` [PATCH 26/66] Introduce set_new_height method
` [PATCH 15/66] Remove struct tui_source_info
` [PATCH 16/66] Remove struct tui_command_info
` [PATCH 25/66] Introduce the refresh_all method
` [PATCH 17/66] Remove struct tui_data_info
` [PATCH 20/66] Remove an unneeded NULL check
` [PATCH 28/66] Remove redundant check from make_visible
` [PATCH 27/66] Introduce max_height method
` [PATCH 42/66] Introduce tui_gen_win_info::reset method
` [PATCH 34/66] Change tui_update_source_window for better type safety
` [PATCH 35/66] Introduce tui_gen_win_info::name method
` [PATCH 40/66] Remove tui_scroll_direction enum
` [PATCH 41/66] Move make_visible method to tui_gen_win_info
` [PATCH 45/66] Introduce tui_win_info::update_tab_width
` [PATCH 32/66] Derive tui_win_info from tui_gen_win_info
` [PATCH 47/66] Don't check window type in tui_set_win_focus_to
` [PATCH 33/66] Introduce refresh_window method
` [PATCH 36/66] Change tui_alloc_source_buffer return type to void
` [PATCH 49/66] Separate out execution-info window
` [PATCH 44/66] Introduce enum tui_box
` [PATCH 37/66] Remove NULL check from tui_set_exec_info_content
` [PATCH 43/66] Remove some TUI static allocations
` [PATCH 48/66] Remove tui_alloc_win_info
` [PATCH 39/66] Change more TUI functions to take a tui_source_window_base
` [PATCH 38/66] Change tui_set_exec_info_content to return void
` [PATCH 46/66] Introduce tui_win_info::make_visible_with_new_height
` [PATCH 30/66] Change tui_which_element::data_window to be a pointer
` [PATCH 31/66] Use new and delete for tui_gen_win_info
` [PATCH 50/66] Separate out locator window
  ` [PATCH 55/66] Remove tui_init_generic_part
  ` [PATCH 53/66] Remove two unused enum constants from tui_win_type
  ` [PATCH 51/66] Remove layout_def::split
  ` [PATCH 56/66] Turn tui_first_data_item_displayed into a method
  ` [PATCH 58/66] Separate out data window
  ` [PATCH 63/66] Remove NULL checks before xfree
  ` [PATCH 52/66] Remove command from tui_which_element
  ` [PATCH 66/66] Tidy tui_delete_win
  ` [PATCH 57/66] Remove "data_content" and "data_content_count" from TUI data window
  ` [PATCH 64/66] Fix latent bug in set_is_exec_point_at
  ` [PATCH 60/66] Use bool for is_exec_point
  ` [PATCH 54/66] Separate out data item window
  ` [PATCH 62/66] Remove union tui_which_element
  ` [PATCH 65/66] Make tui_gen_win_info constructor protected
  ` [PATCH 59/66] Fix "auxiliary" typo
  ` [PATCH 61/66] More type safety for TUI source window functions

[PATCH] Add Rust support to source highlighting
 2019-06-24 22:05 UTC 

Oh dear. I regret to inform you that commit 164e3873cf41d01a9a67396575dceef7489cee64 might be unfortunate
 2019-06-24 19:57 UTC  (3+ messages)

[PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler
 2019-06-24 19:54 UTC  (11+ messages)
              ` [PROTOTYPE] Make "info breakpoints" show breakpoint's specs (Re: [PATCH] gdb: Don't skip prologue for explicit line breakpoints in assembler)

[committed][gdb/testsuite] Fix label reference in implptr-64bit.exp
 2019-06-24 16:27 UTC 

[PATCH][gdb/testsuite] Compile varval twice, once without bad DWARF
 2019-06-24 13:21 UTC  (2+ messages)

[PATCH][gdb/testsuite] Regenerate dw2-restrict.S
 2019-06-24 12:34 UTC 

[committed][gdb/testsuite] Fix DW_AT_decl_file in gdb.trace tests
 2019-06-24 11:40 UTC 

[committed][gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inheritance.exp
 2019-06-24 10:22 UTC 

[PATCH v2 0/8] Fix inferior call for C++ pass-by-reference arguments
 2019-06-24  9:33 UTC  (9+ messages)
` [PATCH v2 7/8] infcall: handle pass-by-reference arguments appropriately
` [PATCH v2 5/8] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot
` [PATCH v2 3/8] infcall, c++: collect more pass-by-reference information
` [PATCH v2 8/8] testsuite, cp: increase the coverage of testing pass-by-ref arguments
` [PATCH v2 4/8] infcall: refactor 'call_function_by_hand_dummy'
` [PATCH v2 1/8] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv
` [PATCH v2 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
` [PATCH v2 6/8] infcall: remove unused parameter in 'value_arg_coerce'

[PATCH 0/8] Fix inferior call for C++ pass-by-reference arguments
 2019-06-24  7:28 UTC  (10+ messages)
` [PATCH 2/8] infcall, c++: allow more info to be computed for pass-by-reference values
` [PATCH 3/8] infcall, c++: collect more pass-by-reference information

[RFA] Fix alias command not detecting non matching prefix & sometimes asserting
 2019-06-23 15:41 UTC 

[FYI] Remove tui_first_data_element_no_in_line
 2019-06-22 21:29 UTC 

[PATCH] Remove two unused functions from the TUI
 2019-06-22 21:06 UTC  (2+ messages)

[GDB BuildBot] Upgrade & new URL (http://gdb-buildbot.osci.io)
 2019-06-22 20:47 UTC 

[PATCH v2 0/4] Introduce the "with" command
 2019-06-22 12:09 UTC  (12+ messages)
` [PATCH v2 4/4] "
        ` [PATCH v2.1] "

[PATCH][gdb] Fix s390x -m31 build
 2019-06-22  9:01 UTC  (4+ messages)

[OB PATCH] Fix gnulib/update-gnulib.sh
 2019-06-21 22:01 UTC  (5+ messages)

[PATCH] Fix slow and non-deterministic behavior of isspace() and tolower()
 2019-06-21 21:14 UTC  (9+ messages)
` [PATCH v2] "

[RFC PATCH] Add Hygon Dhyana processor support
 2019-06-21 18:48 UTC  (4+ messages)

[PATCH 0/4] C++-fication of dwo_file and removal of a VEC
 2019-06-21 18:16 UTC  (7+ messages)
` [PATCH 4/4] dwarf2read: Get rid of VEC (dwarf2_section_info_def)
` [PATCH 1/4] dwarf2read: Use bool for dwarf2_section_info fields
` [PATCH 2/4] dwarf2read: C++ify dwo_file
` [PATCH 3/4] dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptr

[PATCH] Handle either order of name and linkage name
 2019-06-21 16:55 UTC 

[PATCH][gdb/testsuite] Compile index-cache.c with -Wl,--build-id
 2019-06-21 16:51 UTC  (7+ messages)

[PATCH] Move gnulib to top level
 2019-06-21 14:56 UTC  (6+ messages)

[PATCH 0/4] Non-contiguous address range bug fixes / improvements
 2019-06-21 14:45 UTC  (7+ 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 2/4] dwarf2-frame.c: Fix FDE processing bug involving non-contiguous ranges

[PATCH][gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-index
 2019-06-21 12:59 UTC  (2+ messages)

INVEST BITCOIN TODAY
 2019-06-21  9:18 UTC 

[pushed] MI: extract command completion logic from complete_command()
 2019-06-21  6:54 UTC  (3+ messages)
` [pushed] MI: Add new command -complete

[PATCH] Fix amd64->i386 linux syscall restart problem
 2019-06-21  6:34 UTC  (7+ messages)
          ` [PING][PATCH] "

[RFA 0/4] Improve "show style", use style in "help" and "apropos"
 2019-06-20 14:21 UTC  (12+ messages)

[committed][gdbserver] Fix s390x -m31 gdbserver build
 2019-06-20  9:33 UTC 

[FYI] Don't declare tui_init_content_element
 2019-06-20  4:27 UTC 

[FYI] Don't declare tui_init_win_info
 2019-06-20  4:21 UTC 

MI commands with --thread (--frame?) do not preserve user selected thread / frame
 2019-06-19 17:12 UTC 

[RFAv3 0/3] Implement 'set print frame-info|frame-arguments
 2019-06-19 16:58 UTC  (5+ messages)
` [RFAv3 3/3] Document 'set print frame-info|frame-arguments presence'
` [RFAv3 2/3] Test "
` [RFAv3 1/3] Implement "

[PATCH 0/4] gdbserver/testsuite : Capture gdbserver debug output during testing
 2019-06-19 15:19 UTC  (6+ messages)
` [PATCH 3/4] gdbserver: Ensure all debug output uses debug functions

[PATCH][gdb] Fix build breaker with gcc 4.8
 2019-06-19 15:14 UTC  (7+ messages)
    ` [EXT] "

[FYI] Fix crash when setting breakpoint condition
 2019-06-19 14:34 UTC  (3+ 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).