public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix an issue with the gdb step-over aka. "n" command
 2020-01-07 15:15 UTC  (13+ messages)
` [PING] "
  ` [PING**2] "
    ` [PING**3] "

[PATCH] gdb/testsuite: Updated includes
 2020-01-07 13:48 UTC  (3+ messages)

[PATCH 0/6] Vertical scrolling and another small bug fix
 2020-01-07 11:52 UTC  (8+ messages)
` [RFC][PATCH] Call tui_before_prompt in do_scroll_vertical
  ` [PATCH 6/6] gdb/tui: Link source and assembler scrolling .... again
  ` [PATCH 4/6] gdb/tui: Fix 'layout asm' before the inferior has started
  ` [PATCH 2/6] gdb/testsuite/tui: Split enter_tui into two procs
  ` [PATCH 3/6] gdb/testsuite/tui: Introduce check_box_contents
  ` [PATCH 1/6] gdb/testsuite/tui: Always dump_screen when asked
  ` [PATCH 5/6] gdb: Fix scrolling in TUI

[PATCH][PR build/24805] Explicitly export symbols from gdb_proc_service
 2020-01-06 23:39 UTC  (6+ messages)
` [PATCH] always export the symbols for the proc_service interface

[PATCH 0/3] Improve inline frame debug experience
 2020-01-06 22:14 UTC  (2+ messages)

[PATCH 0/2] Re-enable stdin in various places
 2020-01-06 22:13 UTC  (2+ messages)

GDB 9.1 release 2019-12-23 update
 2020-01-06 22:00 UTC  (9+ messages)

[RFAv3 0/6] Implement | (pipe) command
 2020-01-06 19:55 UTC  (21+ messages)
` [RFAv3 2/6] Improve process exit status macros on MinGW

[PATCH v2] GDB: Fix the overflow in addr_is_displayed()
 2020-01-06 19:55 UTC  (6+ messages)
      ` [PATCH v3] GDB: Fix the overflow in addr/line_is_displayed()

[PATCH] Make symbol_set_names a member function
 2020-01-06 19:26 UTC  (6+ messages)

[RFAv3 2/6] Improve process exit status macros on MinGW
 2020-01-06 18:23 UTC  (2+ messages)

[PATCH] Fix search in TUI
 2020-01-06 16:18 UTC  (3+ messages)

[PATCH] gdb: Fix backtrace with disassemble-next-line on
 2020-01-06 16:14 UTC  (2+ messages)

[PATCH v2] Avoid infinite recursion in find_pc_sect_line
 2020-01-06 15:55 UTC  (2+ messages)

[PATCH v2 0/4] GDB fixes for the remote end having gone astray
 2020-01-06 15:40 UTC  (2+ messages)
` [PING^6][PATCH "

[PATCH] Make TUI borders respect "set style enabled"
 2020-01-06 14:55 UTC  (3+ messages)

[PATCH] Fix/Update misc comments
 2020-01-06 14:36 UTC 

[PATCH] GDB: Remove trailing spaces in tui-disasm.c
 2020-01-06 13:56 UTC  (4+ messages)

[PATCH] Support for DWARF5 location lists entries
 2020-01-06 10:14 UTC  (4+ messages)

[PATCH] Make skip without argument skip the current inline function
 2020-01-06  8:07 UTC  (2+ messages)
` [PING] "

[RFA/gdb-9-branch] Abort configure immediately if building GDB in tree
 2020-01-06  3:06 UTC  (2+ messages)

[PATCH] GDB: Fix the overflow in addr_is_displayed()
 2020-01-06  0:30 UTC  (2+ messages)

[PATCH] gdb: use tui_set_layout not show_layout to fix window focus
 2020-01-05 22:05 UTC  (2+ messages)

[PATCH] [AArch64] Fix erroneous use of spu architecture bfd
 2020-01-05 12:00 UTC  (3+ messages)

[PATCH] Enable styling by default on Cygwin
 2020-01-05  6:16 UTC  (2+ messages)

[pushed/gdb-9-branch] libctf: Regenerate Makefile.in and acinclude.m4
 2020-01-05  6:15 UTC  (2+ messages)
` [pushed/gdb-9-branch] libctf: Add configure check for asprintf (for MinGW)

[FYI/pushed] Start of New Year updates backported to gdb-9-branch
 2020-01-05  5:47 UTC  (7+ messages)
` [PATCH 1/6] update copyright year in version output of gdb, gdbserver and gdbreplay
` [PATCH 4/6] gdb/copyright.py: Convert to Python 3
` [PATCH 2/6] gdb/copyright.py: Exit if run from the wrong directory
` [PATCH 3/6] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel
` [PATCH 6/6] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex

[PATCH] Fix valgrind error from gdb.decode_line
 2020-01-04 21:47 UTC 

[PATCH 00/24] Horizontal TUI layout + windows in Python
 2020-01-04 18:57 UTC  (28+ messages)
` [PATCH 08/24] Add the "tui new-layout" command
` [PATCH 19/24] Remove the TUI annotation hack
` [PATCH 24/24] Fix cast in TUI_DISASM_WIN
` [PATCH 02/24] Simplify tui_add_win_to_layout
` [PATCH 23/24] Add "usage" text to all TUI command help
` [PATCH 21/24] Make some tui_source_window_base members "protected"
` [PATCH 04/24] Simplify TUI C-x 2 binding
` [PATCH 05/24] Reimplement TUI "C-x 1" binding
` [PATCH 15/24] Remove tui_delete_invisible_windows and tui_make_all_invisible
` [PATCH 12/24] Change TUI window iteration
` [PATCH 11/24] Add horizontal splitting to TUI layout
` [PATCH 13/24] Reimplement tui_next_win and tui_prev_win
` [PATCH 07/24] Remove hard-coded TUI layouts
` [PATCH 01/24] Use TUI_DISASM_WIN instead of tui_win_list array
` [PATCH 10/24] Change return type of tui_layout_base::adjust_size
` [PATCH 06/24] Reimplement "tui reg" command
` [PATCH 09/24] Allow TUI sub-layouts in "new-layout" command
` [PATCH 22/24] Use error_no_arg in TUI
` [PATCH 03/24] Fix latent display bug in tui_data_window
` [PATCH 18/24] Remove tui_set_win_focus_to
` [PATCH 14/24] Handle ambiguity in tui_partial_win_by_name
` [PATCH 20/24] Allow TUI windows in Python
` [PATCH 16/24] TUI windows do not need to store their type
` [PATCH 17/24] Change how TUI windows are instantiated

[PING] [PATCH] Cache the text section offset of shared libraries
 2020-01-04 17:55 UTC 

[PATCH] Allow use of Pygments to colorize source code
 2020-01-04  3:31 UTC 

[RFA] Ensure GDB warnings are styled
 2020-01-03 20:40 UTC  (4+ messages)
` PING. "

[PATCH] Fix a crash with a malformed PE header
 2020-01-03 16:53 UTC  (5+ messages)

[PATCH v2] solib_target_free_so memory leak
 2020-01-03 16:49 UTC  (2+ messages)

[PATCH 1/3] pe_bfd_read_buildid memory leak
 2020-01-03 16:47 UTC  (7+ messages)
` [PATCH 3/3] windows_clear_solib "
` [PATCH 2/3] solib_target_free_so "

[PATCH] gdb/arm-tdep: the "strd rd, [sp, #-imm]!" is the part of function prologue
 2020-01-03 16:10 UTC  (2+ messages)

[PATCH] Fix --enable-libctf and --disable-static
 2020-01-03 15:33 UTC  (3+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2020-01-03  8:34 UTC 

[PATCH v2 0/2] Fix handling of null stap semaphores
 2020-01-02 23:34 UTC  (3+ messages)
` [PATCH v2 2/2] "
` [PATCH v2 1/2] gdb/testsuite/gdb.base/stap-probe: Minor clean-up

[PATCH] Remove stale references to Cell BE
 2020-01-02 21:59 UTC  (5+ messages)
` [PATCH, v2] "

Oh dear. I regret to inform you that commit 6655dba246bd164d953fe220a0e3d4eed85bb268 might be unfortunate
 2020-01-02 15:07 UTC  (4+ messages)
` Breakage on builder Ubuntu-Aarch64-m64, revision 6655dba246bd164d953fe220a0e3d4eed85bb268
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, "

GDB 9.1 release -- 2020-01-02 update
 2020-01-02 14:33 UTC  (3+ messages)

[PATCH] Link to -lssp when available (fixes mingw build)
 2020-01-02 11:31 UTC  (3+ messages)
` [PATCH v2] Don't define _FORTIFY_SOURCE on mingw

[PATCH v2] Fix install-strip for cross-compilation
 2020-01-01 21:00 UTC  (5+ messages)

[FYI] Add myself to gdb/MAINTAINERS
 2020-01-01 20:55 UTC 

[FYI/pushed] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex
 2020-01-01  6:41 UTC 

FYI: Start of New Year updates performed (and copyright.py switch to Python3)
 2020-01-01  6:28 UTC  (6+ messages)
` [PATCH 6/7] gdb/copyright.py: Convert to Python 3
` [PATCH 5/7] gdb/copyright.py: Adapt after move of gnulib from gdb to toplevel
` [PATCH 4/7] gdb/copyright.py: Exit if run from the wrong directory
` [PATCH 1/7] Automatic date update in version.in
` [PATCH 3/7] update copyright year in version output of gdb, gdbserver and gdbreplay

[PATCH v2 00/24] Multi-target support
 2019-12-31 20:06 UTC  (5+ messages)
` [PATCH v2 23/24] Require always-non-stop for multi-target resumptions

[PATCH] Fix install-strip for cross-compilation
 2019-12-31 18:09 UTC  (2+ messages)

[PATCH] Fix handling of null stap semaphores
 2019-12-31 17:59 UTC  (10+ messages)
` [PING] "
  ` [PING**2] "

[PATCH 1/2] [AArch64] Fix step-over-syscall.exp failure
 2019-12-30 16:50 UTC  (4+ messages)
` [PATCH 2/2] [AArch64] Add more debugging output to aarch64_displaced_step_fixup

[PATCH] [RFC][AArch64] Fix some erroneous behavior in gdb.base/step-over-syscall.exp
 2019-12-30 16:24 UTC 

[FYI 0/2] Minor TUI cleanups
 2019-12-30 16:13 UTC  (3+ messages)
` [FYI 2/2] Make some TUI globals "static"
` [FYI 1/2] Use "bool" in more spots in TUI

[PATCH] Fix setting breakpoints or stepping on line 65535
 2019-12-29 21:24 UTC  (9+ messages)
  ` [PATCHv2] "
    ` [PING] "
      ` [PING**2] "

[PATCH 3/3] gdb: Better frame tracking for inline frames
 2019-12-29  1:06 UTC  (3+ messages)

[PATCH 2/3] gdb: Don't reorder line table entries too much when sorting
 2019-12-28 11:09 UTC  (3+ messages)

Question for Ada people, debugging gdb.ada/ptype_tagged_param.exp
 2019-12-28  2:04 UTC  (7+ messages)

[PATCH 0/3] More TUI improvements
 2019-12-27 23:50 UTC  (4+ messages)
` [PATCH 2/3] Make "disassemble" always use TUI disassembly window
` [PATCH 3/3] Remove flickering from the TUI
` [PATCH 1/3] Make "file" clear TUI source window

[PATCH] Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets
 2019-12-27 23:20 UTC  (3+ messages)

[PATCH 0/2] Remove C++ Symbol Aliases From Completion List
 2019-12-27 21:32 UTC  (3+ messages)
` [PATCH 1/2] gdb: Convert completion tracker to use std types
` [PATCH 2/2] gdb: Remove C++ symbol aliases from completion list

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