public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2] gdb: Initial baremetal riscv support
 2018-03-06 11:35 UTC  (11+ messages)
` [PATCHv3 0/2] Initial RiscV Support
` [PATCHv3 1/2] gdb/amd64: Ignore zero sized fields when calling functions
` [PATCHv3 2/2] gdb: Initial baremetal riscv support
    ` [PATCHv4 "

Oh dear. I regret to inform you that commit dbbb1059e62e9fed10b429c030f76f782cbc1fc4 might be unfortunate
 2018-03-06 11:15 UTC  (2+ messages)
` Breakage on builder Fedora-i686, revision dbbb1059e62e9fed10b429c030f76f782cbc1fc4

[PATCH v2 1/2] btrace: fix output of "set record btrace"
 2018-03-06  9:34 UTC  (6+ messages)
` [PATCH v2 2/2] btrace: set/show record btrace cpu

[PATCH v2 0/7] improve btrace enable error reporting
 2018-03-06  9:02 UTC  (23+ messages)
` [PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method

[PATCH 1/3] btrace: Remove btrace disable cleanup
 2018-03-06  7:30 UTC  (8+ messages)
` [PATCH 3/3] btrace: Remove ui_out cleanups
` [PATCH 2/3] btrace: Remove VEC cleanups

[PATCH] Always print "Detaching after fork from child..."
 2018-03-06  1:44 UTC  (4+ messages)
` [PATCH v2] Enable 'set print inferior-events' and cleanup attach/detach messages

[PING 3][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu
 2018-03-06  1:21 UTC  (3+ messages)
      ` [PING 4][PATCH "
        ` [PING 5][PATCH "

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2018-03-05 21:43 UTC  (3+ messages)
` [PATCH 11/40] Introduce class completion_tracker & rewrite completion<->readline interaction

[PATCH] Fix watching structs in C++
 2018-03-05 17:32 UTC  (4+ messages)
` [ping] "

[PATCH PR gdb/22736] [aarch64] gdb crashes on a conditional breakpoint with cast return type
 2018-03-05 16:45 UTC  (9+ messages)

[RFA/Darwin] Recognize .plt section
 2018-03-05 12:32 UTC  (4+ messages)

[PATCH 2/2] Make gdbserver work with filename-only binaries
 2018-03-05 12:07 UTC  (39+ 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 1/2] btrace: fix output of "set record btrace"
 2018-03-05 10:58 UTC  (19+ messages)
` [PATCH 2/2] btrace: set/show record btrace cpu

[RFA/Darwin] Fix section relocation addresses when base address is not 0
 2018-03-05  8:53 UTC 

[pushed] Propagate gdb_disassembly_flags to btrace_print_lines
 2018-03-05  1:05 UTC 

[PATCH 0/3] Use signal information to determine SIGTRAP type on FreeBSD
 2018-03-04  5:34 UTC  (11+ messages)
` [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 1/3] Implement "to_stopped_by_hw_breakpoint" for x86 debug registers

[PATCH] Add silent Makefile rules
 2018-03-03 18:27 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] Workaround a FreeBSD ptrace() bug with clearing thread events
 2018-03-03 17:45 UTC  (6+ messages)

[PATCH 1/2] Make find_separate_debug_file* return std::string
 2018-03-03  5:10 UTC  (2+ messages)
` [PATCH 2/2] Use std::string to simplify build_id_to_debug_bfd

[pushed] handle_general_set: Remove useless xstrdup
 2018-03-03  4:29 UTC 

[PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector
 2018-03-03  4:23 UTC  (2+ messages)

[PATCH] linux_qxfer_libraries_svr4: Use std::string
 2018-03-03  3:23 UTC  (2+ messages)
` [PATCH] Add xml_escape_text_append and use it

PATCH for minor buglet in remote.c misreporting REMOTE_DEBUG_MAX_CHAR messages
 2018-03-02 17:14 UTC 

[PATCH, gdb/testsuite] Use %progbits in watch-loc.c
 2018-03-02 11:54 UTC  (3+ messages)

Oh dear. I regret to inform you that commit b5884fa7101cc528f07fd57c3de445a3680964a6 might be unfortunate
 2018-03-02 10:10 UTC  (3+ messages)
` Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision b5884fa7101cc528f07fd57c3de445a3680964a6

[PATCH] Improve gcore shell quoting and portability
 2018-03-01 22:30 UTC  (4+ messages)

[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] Propagate record_print_flags
 2018-03-01 15:49 UTC  (3+ messages)

[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 8/8] Remove xml files from gdbserver
` [PATCH v3 7/8]: Remove xml file references from target descriptions

[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  (4+ messages)
` [RFA v2 3/4] Convert Rust to use discriminated unions

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

[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  (4+ messages)
` Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision 35cc7ed70ced98eedf9c065faa602abb1dfac537
` 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  (3+ messages)
` [PATCHv2] "

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