public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB 8.1.1 release-- 2018-06-26 update
 2018-06-26 14:00 UTC 

[PATCH v2 0/4] Allow loading symbol files with an offset
 2018-06-26 13:26 UTC  (14+ messages)
` [PATCH v2 3/4] Make sure that sorting does not change section order
` [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 4/4] Add an optional offset option to the "add-symbol-file" command

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

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

[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

fix libcc1 dependencies in toplevel Makefile
 2018-06-26  5:39 UTC 

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

[PATCH] Ensure captured_main has unique address
 2018-06-25 21:04 UTC  (5+ 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 v2] Notify about breakpoint modification when enabling/disabling single location
 2018-06-25 21:01 UTC  (3+ messages)
` [PING] "

[PATCH v2] Fix segfault when invoking -var-info-path-expression on a dynamic varobj
 2018-06-25 20:59 UTC 

x86_64-windows GDB crash due to fs_base/gs_base registers
 2018-06-25 18:55 UTC  (3+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] Minor reorganization of fetch_registers/store_registers in windows-nat.c

[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] Use thread_info and inferior pointers more throughout
 2018-06-25 10:23 UTC  (6+ messages)

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

[PATCH] nat/fork-inferior: include linux-ptrace.h
 2018-06-25  8:05 UTC 

[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 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_v3 6/8] Add a test for 'frame apply'
` [RFA_v3 1/8] Add helper functions parse_flags and parse_flags_qcs
` [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 0/2] Support ptype/o in Rust
 2018-06-23 23:51 UTC  (5+ messages)
` [RFA 1/2] Move ptype/o printing code to typeprint.c
` [RFA 2/2] Support ptype/o in Rust

[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] gdb: Eliminate the 'stop_pc' global
 2018-06-22 16:56 UTC  (3+ messages)

[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 3/3] Use partial register read/writes in transfer_regset
` [PATCH v2 2/3] Avoid memcpys in regcache read_part/write_part for full registers

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?] "

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

[PATCH] Support large registers in regcache transfer_regset
 2018-06-19 21:12 UTC  (6+ messages)

[PATCH v2 2/2] Generate files
 2018-06-19 21:10 UTC  (3+ messages)

[PATCH v2 11/15] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)
 2018-06-19 18:47 UTC  (5+ messages)
` [PATCH] Silence GCC "uninitialized" warning on minsyms.c:lookup_minimal_symbol_by_pc_section

[PATCH v4 1/2] PRU Simulator port
 2018-06-19 18:43 UTC  (2+ messages)
` [PATCH v4 2/2] Add testsuite for the PRU simulator port

[PATCH] include: Sync with GCC
 2018-06-19 18:16 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix error message test in dw2-error.exp
 2018-06-19  9:03 UTC 

[PATCH] Fix segfault when invoking -var-info-path-expression on a dynamic varobj
 2018-06-19  8:59 UTC  (4+ messages)
` [PING] "

[pushed] Remove current_traceframe declaration
 2018-06-18 20:22 UTC 

[RFA 0/3] remove some cleanups from solib files
 2018-06-18 19:19 UTC  (3+ messages)

[RFA] Use unique_xmalloc_ptr for read_string
 2018-06-18 19:18 UTC  (4+ messages)

[RFA] Remove resume_section_map_updates_cleanup
 2018-06-18 18:09 UTC  (3+ messages)

[RFA] Remove la_error
 2018-06-18 18:05 UTC  (3+ messages)

[PATCH PR gdb/16841] virtual inheritance via typedef cannot find base
 2018-06-18 16:12 UTC  (3+ messages)

[PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1
 2018-06-18 15:32 UTC  (13+ messages)

[PATCH][gdb/testsuite/ada] Fix number-of-bp test in bp_inlined_func.exp
 2018-06-18 15:31 UTC  (4+ messages)

[RFA v3 0/6] Make psymbols independent of the progspace
 2018-06-18 14:49 UTC  (2+ messages)

[RFA 00/42] Remove globals from buildsym
 2018-06-18 14:46 UTC  (2+ messages)

[RFA 00/15] Work toward making psymtabs reusable
 2018-06-18 14:42 UTC  (2+ messages)

[PING] [PATCH] Enable hardware watchpoints on attach for aarch64
 2018-06-18 14:41 UTC  (2+ messages)
`  "

[RFA v3 0/2] Make line tables independent of progspace
 2018-06-18 14:40 UTC  (2+ messages)

[RFA 0/4] some simple cleanup removal in guile
 2018-06-18 14:37 UTC  (2+ messages)

[RFA] Remove cleanups from ser-mingw.c
 2018-06-18 14:17 UTC  (3+ messages)

[PATCH 0/4] Sync a few directories with GCC
 2018-06-18 13:40 UTC  (14+ messages)
` [PATCH 2/4] libiberty: Sync "
` [PATCH 3/4] zlib: "
` [PATCH 4/4] libdecnumber: "
` [PATCH 1/4] config: "
` [PATCH 5/4] configure.ac: "

[PATCH v3 0/3] Enable ptrace support for aarch64 sve
 2018-06-17  2:26 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).