public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA] Remove --disable-gdbcli and --disable-gdbmi
 2018-06-28 17:21 UTC 

[PATCH] gdb: Eliminate the 'stop_pc' global
 2018-06-28 16:39 UTC  (4+ messages)

[PATCH] Use thread_info and inferior pointers more throughout
 2018-06-28 16:37 UTC  (18+ messages)
        ` [PATCH] Fix Cell debugging regression (Re: [PATCH] Use thread_info and inferior pointers more throughout)
              ` [PATCH v2] "
` Possible regression on gdb.multi/multi-arch-exec.exp (was: "
  ` Possible regression on gdb.multi/multi-arch-exec.exp
    ` [pushed] Fix follow-exec regression / crash (Re: Possible regression on gdb.multi/multi-arch-exec.exp)

[RFA] Add --enable-codesign to gdb's configure
 2018-06-28 16:37 UTC 

[PATCH v3] Fix segfault when invoking -var-info-path-expression on a dynamic varobj
 2018-06-28 16:19 UTC  (3+ messages)

[PATCH] Ensure captured_main has unique address
 2018-06-28 14:50 UTC  (11+ messages)
` Change inline frame breakpoint skipping logic (Re: [PATCH] Ensure captured_main has unique address)
    ` [pushed] Change inline frame breakpoint skipping logic (fix gdb.gdb/selftest.exp)
                ` [PATCH 2/2] "break LINENO/*ADDRESS", inline functions and "info break" output
                ` [PATCH 1/2] Fix running to breakpoint set in inline function by lineno/address

[RFA] Make dwarf2_free_objfile static
 2018-06-28 14:18 UTC  (2+ messages)

[obv] Remove 2 excessive executable permission flags
 2018-06-28 14:12 UTC 

[PATCH v2] Fix segfault when invoking -var-info-path-expression on a dynamic varobj
 2018-06-28 12:17 UTC  (4+ messages)

[PATCH] Add myself as a write-after-approval GDB maintainer
 2018-06-28  6:14 UTC  (2+ messages)

[RFA] Make dwarf2_free_objfile static
 2018-06-27 22:31 UTC  (2+ messages)

[FYI] Fix crash in machoread.c
 2018-06-27 20:42 UTC 

[RFA] Update "func" help text to GNU standards
 2018-06-27 20:26 UTC  (3+ messages)

[RFA] Remove a VEC from py-unwind.c
 2018-06-27 20:21 UTC  (3+ messages)

fix libcc1 dependencies in toplevel Makefile
 2018-06-27 19:53 UTC  (2+ messages)

[pushed] Format gdb-gdb.py.in with autopep8
 2018-06-27 19:31 UTC 

[PATCH] Add pretty-printer for CORE_ADDR
 2018-06-27 19:25 UTC  (3+ messages)

[PATCH v2] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion
 2018-06-27 19:03 UTC 

[PATCH 1/3] Copy gdb-gdb.py to build dir
 2018-06-27 18:39 UTC  (2+ messages)

[PATCH] nat/fork-inferior: include linux-ptrace.h
 2018-06-27 16:32 UTC  (7+ messages)

[RFC PATCH] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion
 2018-06-27 16:25 UTC  (4+ messages)

[pushed] Add overrides, fix FreeBSD build
 2018-06-27 14:55 UTC 

[PATCH] Handle dprintf argument evaluation errors better (PR gdb/16551)
 2018-06-27 14:32 UTC  (2+ messages)

[PATCH] Fixed top frame assumption in watchpoint-hw-attach
 2018-06-27 13:31 UTC  (2+ messages)

[PATCH v2] Fix lost line info for symbol at addr zero
 2018-06-27 13:22 UTC  (2+ messages)

[PATCH v2 0/4] Allow loading symbol files with an offset
 2018-06-27 12:57 UTC  (22+ messages)
` [PATCH v2 1/4] Add an optional offset option to the "symbol-file" command
` [PATCH v2 2/4] Make add-symbol-file's address argument optional
` [PATCH v2 3/4] Make sure that sorting does not change section order
` [PATCH v2 4/4] Add an optional offset option to the "add-symbol-file" command
` [PATCH v3 0/4] Allow loading symbol files with an offset
  ` [PATCH v3 3/4] Make sure that sorting does not change section order
  ` [PATCH v3 2/4] Make add-symbol-file's address argument optional
  ` [PATCH v3 1/4] Add an optional offset option to the "symbol-file" command
  ` [PATCH v3 4/4] Add an optional offset option to the "add-symbol-file" command

[RFA 0/2] Support ptype/o in Rust
 2018-06-27  2:59 UTC  (9+ messages)
` [RFA 1/2] Move ptype/o printing code to typeprint.c
` [RFA 2/2] Support ptype/o in Rust

x86_64-windows GDB crash due to fs_base/gs_base registers
 2018-06-26 21:53 UTC  (7+ messages)
` [PATCH 1/2] Minor reorganization of fetch_registers/store_registers in windows-nat.c
` [PATCH 2/2] x86_64-windows GDB crash due to fs_base/gs_base registers

[PATCH 0/4] Allow larger sizes for tracepoint register masks
 2018-06-26 18:52 UTC  (15+ messages)
` [PATCH 1/4] Fix indentation in remote_target::download_tracepoint
` [PATCH 3/4] Use get_remote_packet_size in download_tracepoint
` [PATCH 4/4] Variable size for regs mask in collection list
` [PATCH 2/4] Remove trailing '-' from the last QTDP action packet

[PATCH v2] Notify about breakpoint modification when enabling/disabling single location
 2018-06-26 15:11 UTC  (4+ messages)
` [PING] "

GDB 8.1.1 release-- 2018-06-26 update
 2018-06-26 14:00 UTC 

[RFA] Fix GDB build failure on Windows
 2018-06-26 12:57 UTC  (3+ messages)

[PATCH 0/8] Non-contiguous address range support
 2018-06-26  6:57 UTC  (9+ messages)
` [PATCH 1/8] Add block range data structure for blocks with non-contiguous address ranges
` [PATCH 2/8] Record explicit block ranges from dwarf2read.c
` [PATCH 3/8] Add support for non-contiguous blocks to find_pc_partial_function
` [PATCH 4/8] Disassemble blocks with non-contiguous ranges
` [PATCH 5/8] Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
` [PATCH 6/8] Use BLOCK_ENTRY_PC to find function entry pc in infrun.c
` [PATCH 7/8] Relocate block range start and end addresses
` [PATCH 8/8] Test case for functions with non-contiguous ranges

GDB 8.2 branch 2018-06-22 Update
 2018-06-25 21:26 UTC  (9+ messages)

[pushed] gdb: Fix build on several hosts/ports
 2018-06-25 16:52 UTC 

[pushed] gdb: For macOS, s/thread_info/struct thread_info/
 2018-06-25 16:52 UTC 

[RFC] Core file support for Aaarch64 SVE
 2018-06-25 15:10 UTC 

[PATCH 0/2] Issue reconnecting to remote target afte fork
 2018-06-25 13:09 UTC  (3+ messages)
` [PATCH 2/2] gdb: Clean up inferior list when reconnecting to new target
` [PATCH 1/2] gdb: Fix assert for extended-remote target

[PATCH] [PR gdb/21695] Fix lost line info for symbol at addr zero
 2018-06-25 10:11 UTC  (4+ messages)

[RFA_v2 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND'
 2018-06-24 18:43 UTC  (6+ messages)
` [RFA_v2 1/8] Add helper functions check_for_flags and check_for_flags_vqcs

[RFA_v3 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND'
 2018-06-24 18:37 UTC  (9+ messages)
` [RFA_v3 1/8] Add helper functions parse_flags and parse_flags_qcs
` [RFA_v3 6/8] Add a test for 'frame apply'
` [RFA_v3 7/8] Modify gdb.threads/pthreads.exp to test FLAG qcs arguments for thread apply
` [RFA_v3 2/8] Implement frame apply [all | COUNT | -COUNT | id ID... ] [FLAG]... COMMAND
` [RFA_v3 3/8] Add [FLAG]... arguments to 'thread apply'
` [RFA_v3 5/8] Announce the user visible changes for frame/thread apply in NEWS
` [RFA_v3 4/8] Documents the new commands 'frame apply', faas, taas, tfaas
` [RFA_v3 8/8] Add a self-test for cli-utils.c

[RFA] Handle DW_AT_ranges in partial_die_info::read
 2018-06-23  0:15 UTC 

GDB 8.2 branch 2018-06-11 Update
 2018-06-22 20:37 UTC  (4+ messages)

[PATCH v4] Align natural-format register values to the same column
 2018-06-22 17:43 UTC  (3+ messages)
` [PATCH] Fix "info registers" regexes in gdb.base/jit-reader.exp

[PATCH v3] Support large registers in regcache transfer_regset
 2018-06-22 15:29 UTC  (3+ messages)

[PUSHED/OBV] Fix up HAS_SVE_STATE macro
 2018-06-22 11:08 UTC 

[RFC][gdb] Fix build error in macroexp.c
 2018-06-22  7:14 UTC 

[PATCH v4] GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
 2018-06-21 20:06 UTC  (6+ messages)

[PATCH v2 0/3] Support large registers in regcache transfer_regset
 2018-06-21 19:56 UTC  (14+ messages)
` [PATCH v2 1/3] Use unsigned ints in regcache_map_entry
` [PATCH v2 2/3] Avoid memcpys in regcache read_part/write_part for full registers
` [PATCH v2 3/3] Use partial register read/writes in transfer_regset

RFC: Add native support for Linux SH
 2018-06-21  9:49 UTC  (3+ messages)

[PATCH] Implement IPv6 support for GDB/gdbserver
 2018-06-21  4:54 UTC  (4+ messages)
` [PATCH v2] "

[RFA] Fix a memory leak in py-param.c
 2018-06-21  1:39 UTC  (2+ messages)

[PATCH] Rename regcache_cooked_read_ftype and make a function_view
 2018-06-20 17:23 UTC  (2+ messages)

[PATCH] testsuite: Fix cc-with-tweaks.sh being executed in the wrong shell
 2018-06-20 16:47 UTC  (2+ messages)

[pushed] Remove struct keyword in range-based for-loop
 2018-06-20 16:43 UTC 

[PATCH v3] GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
 2018-06-20 15:40 UTC  (3+ messages)
` [PP?] "

New FAIL gdb.base/float128.exp on ppc64le [Re: [RFC v2][2/2] Target FP: Make use of MPFR if available]
 2018-06-20 14:28 UTC  (2+ 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).