public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 2/2] Make gdbserver work with filename-only binaries
 2018-03-01 20:47 UTC  (30+ messages)
` [PATCH 0/2] "
  ` [PATCH v2 2/2] "
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] "
  ` [PATCH v3 1/2] Create new common/pathstuff.[ch]
        ` [PATCH] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*)
` [obvious/pushed] Change order of error message printed when gdbserver can't find CWD

[PATCH] Improve gcore shell quoting and portability
 2018-03-01 19:48 UTC  (3+ messages)

[PATCH v2 0/7] improve btrace enable error reporting
 2018-03-01 19:34 UTC  (20+ messages)
` [PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method

[PATCH 1/2] btrace: fix output of "set record btrace"
 2018-03-01 19:08 UTC  (13+ messages)
` [PATCH 2/2] btrace: set/show record btrace cpu

[PATCH, gdb/testsuite] Use %progbits in watch-loc.c
 2018-03-01 19:02 UTC 

[PATCH] target debug: Improve printing of flags
 2018-03-01 19:01 UTC  (2+ messages)

[RFA/Darwin] Fix starting address scan for binary with only one section
 2018-03-01 17:15 UTC 

[PATCH PR gdb/22736] [aarch64] gdb crashes on a conditional breakpoint with cast return type
 2018-03-01 17:03 UTC 

[PATCH] Propagate record_print_flags
 2018-03-01 15:49 UTC  (3+ messages)

[PATCH 0/3] Use signal information to determine SIGTRAP type on FreeBSD
 2018-03-01 15:10 UTC  (5+ messages)
` [PATCH 1/3] Implement "to_stopped_by_hw_breakpoint" for x86 debug registers
` [PATCH 2/3] Add a new debug knob for the FreeBSD native target
` [PATCH 3/3] Use signal information to determine SIGTRAP type for FreeBSD

[PATCH] Don't redefine upload/download/file in gdbserver-base
 2018-03-01 13:25 UTC 

[RFA v6] (Ada) Fix frame argument printing when using auto language mode
 2018-03-01 11:55 UTC  (2+ messages)

[PATCH V3 0/8] Remove gdbserver dependency on xml files
 2018-03-01 11:41 UTC  (9+ messages)
` [PATCH V3 1/8] Move tdesc header funcs to c file
` [PATCH v3 2/8] Commonise tdesc_reg
` [PATCH v3 5/8] Add tdesc osabi and architecture functions
` [PATCH v3 3/8] Commonise tdesc_feature
` [PATCH v3 4/8] Commonise tdesc types
` [PATCH v3 6/8] Create xml from target descriptions
` [PATCH v3 7/8]: Remove xml file references "
` [PATCH v3 8/8] Remove xml files from gdbserver

[RFA/Darwin v2] Avoid a crash when working on OSO without symbol
 2018-03-01 11:38 UTC 

[PATCH] btrace, gdbserver: check btrace target pointers
 2018-03-01 11:09 UTC  (5+ messages)

[v2] Fix Rust enum test failures
 2018-03-01  2:59 UTC  (3+ messages)

[PATCH v2] Don't elide all inlined frames
 2018-02-28 20:33 UTC 

[PATCH] testsuite: Restore gdb_is_target_remote_prompt
 2018-02-28 14:01 UTC  (3+ messages)

[RFA v5] (Ada) Fix frame argument printing when using auto language mode
 2018-02-28 10:01 UTC  (3+ messages)

[RFA v2 0/4] variants and variant parts
 2018-02-28  0:23 UTC  (12+ messages)
` [RFA v2 4/4] Handle DW_TAG_variant_part and DW_TAG_variant
` [RFA v2 1/4] Sign-extend non-bit-fields in unpack_bits_as_long
` [RFA v2 3/4] Convert Rust to use discriminated unions
` [RFA v2 2/4] Initial support for variant parts

[PATCH] Update documentation for get_args
 2018-02-27 20:55 UTC  (3+ messages)

[RFA v2] Change target_write_memory_blocks to use std::vector
 2018-02-27 18:16 UTC  (2+ messages)

[PATCH] Fix watching structs in C++
 2018-02-27 18:07 UTC 

[PUSHED OBV] Explicitly specify common tdesc.h for use with aarch64.h
 2018-02-27 16:31 UTC 

[PATCH] Move arch/tdesc.h to common/common-tdesc.h
 2018-02-27 12:13 UTC  (11+ messages)

[RFA] Implement darwin remote TARGET_OBJECT_DARWIN_DYLD_INFO
 2018-02-27 10:42 UTC  (3+ messages)

[RFA] machoread.c: avoid a crash on OSO without symbols
 2018-02-27 10:25 UTC 

Oh dear. I regret to inform you that commit 35cc7ed70ced98eedf9c065faa602abb1dfac537 might be unfortunate
 2018-02-27  8:14 UTC  (15+ messages)
` Breakage on builder RHEL-s390x-m64, revision 35cc7ed70ced98eedf9c065faa602abb1dfac537
` Breakage on builder Fedora-s390x-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-i686, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, "
` Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, "
` Breakage on builder Ubuntu-AArch32-m32, "

[PATCH] [Microblaze]: PIC Data Text Relative
 2018-02-27  8:14 UTC  (2+ messages)

[RFA 0/3] a few minor printf fixes
 2018-02-27  3:50 UTC  (4+ messages)
` [RFA 2/3] Allow - in %p for printf

[PATCH] gdb: Initial baremetal riscv support
 2018-02-27  3:37 UTC  (4+ messages)
` [PATCHv2] "

[RFA] Change target_write_memory_blocks to use std::vector
 2018-02-26 20:59 UTC  (7+ messages)
` [PATCH] Add test for load command

[committed 0/2] MIPS: Don't use a 32-bit architecture with a 64-bit ABI
 2018-02-26 19:50 UTC  (3+ messages)
` [committed 1/2] MIPS: Reorder ABI determination ahead of target description loading
` [committed 2/2] MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABI

[PATCH] Workaround a FreeBSD ptrace() bug with clearing thread events
 2018-02-26 17:25 UTC  (3+ messages)

[RFA] Make "bt N" print correct number of frames when using a frame filter
 2018-02-26 16:35 UTC  (7+ messages)

[PATCH 0/7 v2] Class-fy partial_die_info
 2018-02-26 15:39 UTC  (7+ messages)
` [PATCH 6/7] Move fixup_partial_die to partial_die_info::fixup
` [PATCH 7/7] Move read_partial_die to partial_die_info::read
` [PATCH 2/7] Don't check abbrev is NULL in read_partial_die

[PATCH] [Microblaze]: PIC Data Text Relative
 2018-02-26  8:36 UTC  (2+ messages)

[pushed] Fix double space expected in cp_test_ptype_class
 2018-02-25 20:16 UTC 

[RFA] Remove most cleanups from linux-thread-db.c
 2018-02-25 18:00 UTC  (4+ messages)

[PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector
 2018-02-25 16:47 UTC  (5+ messages)
` [PATCH 3/5] Make program_space::deleted_solibs a vector of std::string
` [PATCH 4/5] C++ify charsets
` [PATCH 5/5] Remove free_char_ptr_vec
` [PATCH 2/5] C++ify program_space

[RFA] Remove cleanups from check_fast_tracepoint_sals
 2018-02-24  1:37 UTC  (2+ messages)

[committed] GDB/testsuite: Fix a typo in $actual_line
 2018-02-23 20:23 UTC 

[PATCH] dwarf: Make sect_offset 64-bits
 2018-02-23 18:04 UTC  (7+ messages)

[RFA v4] (Ada) Fix frame argument printing when using auto language mode
 2018-02-23 17:44 UTC  (2+ messages)

[RFA/doco] set varsize-limit: New GDB setting for maximum dynamic object size
 2018-02-23 13:56 UTC  (6+ messages)

[RFA v3] (Ada) Fix frame argument printing when using auto language mode
 2018-02-23 13:35 UTC 

[RFA v2] (Ada) Fix frame argument printing when using auto language mode
 2018-02-23  9:37 UTC  (3+ messages)

[PATCH] Add libcc1 v1 compatibility to C compile feature
 2018-02-22 21:05 UTC 

[PATCH 0/2] Make gdbserver work with filename-only binaries
 2018-02-22 18:43 UTC  (4+ messages)
` [PATCH 1/2] Create new common/pathstuff.[ch]

review request: implementing DW_AT_endianity
 2018-02-22 17:39 UTC  (4+ messages)
` [PATCH] "

[RFA 0/3] Discriminated unions
 2018-02-22 16:07 UTC  (6+ messages)
` [RFA 1/3] Initial support for variant parts

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