public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
Oh dear. I regret to inform you that commit c0e7cef7156b2bc15ba43441ad14c6e83c09df8e might be unfortunate
 2017-11-08 19:06 UTC  (5+ messages)
` Breakage on builder Fedora-i686, revision c0e7cef7156b2bc15ba43441ad14c6e83c09df8e
` Breakage on builder Ubuntu-AArch32-m32, "
` Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, "
` Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, "

[RFA 0/2] some minor symbol-reading performance improvements
 2017-11-08 18:44 UTC  (7+ messages)
` [RFA 2/2] Simplify the psymbol hash function
` [RFA 1/2] Speed up dict_hash

[PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file
 2017-11-08 18:41 UTC  (13+ messages)

Fix for prologue processing on PowerPC
 2017-11-08 16:58 UTC  (3+ messages)
` [PING]Fix "

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-11-08 16:22 UTC  (30+ messages)
` [PATCH 28/40] lookup_name_info::make_ignore_params
` [PATCH 24/40] Per-language symbol name hashing algorithm
` [PATCH 33/40] Make the linespec/location completer ignore data symbols
` [PATCH 30/40] Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints
` [PATCH 29/40] Simplify completion_list_add_name | remove sym_text / sym_text_len
` [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching
` [PATCH 26/40] Optimize .gdb_index symbol name searching
      ` [pushed] Reorder/reindent dw2_expand_symtabs_matching & friends (Re: [PATCH 26/40] Optimize .gdb_index symbol name searching)

[pushed] Fix "make test-cp-name-parser"
 2017-11-08 15:36 UTC 

Oh dear. I regret to inform you that commit 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb might be unfortunate
 2017-11-08 12:31 UTC  (16+ messages)
` Breakage on builder Fedora-s390x-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Fedora-i686, "
` 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-m32, "
` Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, "
` Breakage on builder Ubuntu-AArch64-m64, "
` Breakage on builder Ubuntu-AArch32-m32, "
` Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, "
` Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, "

[PATCH 1/3] arc: Add XML target descriptions for Linux targets
 2017-11-08 11:13 UTC  (3+ messages)
` [PATCH v2 1/4] arc: Migrate to new target features

[RFA] Remove symbolp vector
 2017-11-08 10:22 UTC  (2+ messages)

[RFA 0/4] finish command constification
 2017-11-08  9:50 UTC  (8+ messages)
` [RFA 2/4] Remove cmd_cfunc_ftype

[RFC][PATCH] Consolidate gdbserver global variables
 2017-11-07 22:03 UTC 

[RFA] Convert observers to C++
 2017-11-07 15:48 UTC  (2+ messages)

[RFA 0/2] small usage updates in symfile.c
 2017-11-07 15:04 UTC  (5+ messages)
` [RFA 2/2] Update usage text for load, symbol-file
` [RFA 1/2] Fix add-symbol-file usage and errors

[RFA 0/8] Constify many commands
 2017-11-07 14:35 UTC  (12+ messages)
` [RFA 4/8] Make strip_bg_char return a unique_xmalloc_ptr
` [RFA 7/8] Add truncate_repeat_arguments function

[pushed] Add some more breakpoint/location range tests
 2017-11-07 11:24 UTC 

[PATCH v5 0/4] Allow enabling/disabling breakpoint location ranges
 2017-11-07 11:10 UTC  (4+ messages)
` [PATCH v5 4/4] Make breakpoint/location number parsing error output consistent

[RFA] Fix regression in "commands"
 2017-11-07 10:49 UTC  (2+ messages)

[PATCH] Better make rules for IPA objects
 2017-11-07 10:41 UTC 

[RFA] Use gdb::ref_ptr for values
 2017-11-07 10:25 UTC  (2+ messages)

New ARI warning Tue Nov 7 01:55:43 UTC 2017
 2017-11-07  1:55 UTC 

[PATCH 0/5][Resend] Fix multiple Ctrl-C/Quit issues
 2017-11-06 23:27 UTC  (6+ messages)
` [PATCH 2/5] Fix stdin ending up not registered after a Quit
` [PATCH 4/5] Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit
` [PATCH 5/5] Test breakpoint commands w/ "continue" + Ctrl-C
` [PATCH 3/5] Don't ever Quit out of resume
` [PATCH 1/5] Fix swallowed "Quit" when inserting breakpoints

[PATCH 0/5] Fix multiple Ctrl-C/Quit issues
 2017-11-06 23:26 UTC  (7+ messages)
` [PATCH 1/5] Simplify child_terminal_inferior
` [PATCH 5/5] Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit
` [PATCH 3/5] Fix stdin ending up not registered after a Quit
` [PATCH 4/5] Don't ever Quit out of resume
` [PATCH 2/5] Fix swallowed "Quit" when inserting breakpoints

[PATCH] Update my e-mail address
 2017-11-06 17:43 UTC 

[PATCH] Simplify child_terminal_inferior
 2017-11-06 17:05 UTC  (3+ messages)
` [pushed] Test attaching to a process that isn't a process group leader (Re: [PATCH] Simplify child_terminal_inferior)
  ` [pushed v2] Simplify child_terminal_inferior

[PATCH 0/3] Some terminal handling TCL
 2017-11-06 16:31 UTC  (10+ messages)
` [PATCH 1/3] Assume termios is available, remove support for termio and sgtty
          ` [pushed] Don't check termio.h and sgtty.h in common/common.m4 either (Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty)
` [PATCH 2/3] Don't set terminal flags twice in a row
` [PATCH 3/3] Eliminate STOP_SIGNAL, use SIGTSTP directly

[RFC v2][0/9] Target FP: Refactor floating-point handling
 2017-11-06 15:07 UTC  (2+ messages)
` [pushed] "

[PATCH 3/4] Use flexible target descriptors for aarch64
 2017-11-06 12:58 UTC  (6+ messages)

[PATCH 2/4] gdbserver use aarch64_create_target_description
 2017-11-06 10:43 UTC  (5+ messages)

[PATCH 1/4] Add aarch64_create_target_description
 2017-11-06 10:06 UTC  (3+ messages)

[RFA 00/13] more cleanup removal
 2017-11-04 16:28 UTC  (35+ messages)
` [RFA 10/13] Remove cleanups from linux-tdep.c
` [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints
` [RFA 05/13] Remove directive-searched cleanups
` [RFA 12/13] Introduce gdb_breakpoint_up
` [RFA 13/13] Use std::vector in h8300-tdep.c
` [RFA 01/13] Replace really_free_pendings with a scoped_ class
` [RFA 07/13] Use gdb::def_vector in sparc64-tdep.c
` [RFA 03/13] Use std::vector in compile-loc2c.c
` [RFA 11/13] Use unique_xmalloc_ptr in c_type_print_base
` [RFA 02/13] Remove cleanups from link_callbacks_einfo
` [RFA 08/13] Remove make_cleanup_free_objfile
` [RFA 09/13] Use gdb::def_vector in ppc-linux-tdep.c
` [RFA 04/13] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink

[patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones
 2017-11-03 22:04 UTC  (4+ messages)
` ping#2: "

[PATCH] Assertion 'xfered>0' in target.c for remote connection
 2017-11-03 20:36 UTC 

[RFC][08/19] Target FP: Use target format throughout expression parsing
 2017-11-03 15:11 UTC  (6+ messages)
` [pushed] "

[PATCH v3] Add a 'starti' command
 2017-11-03 13:00 UTC  (2+ messages)

[PATCH OBV] Skip gdb.mi/list-thread-groups-available.exp if no xml support
 2017-11-03 12:53 UTC 

[PATCH OBV] Skip gdb.python/py-thrhandle.exp if python is not enabled
 2017-11-03 10:40 UTC 

[python][patch] Python rbreak
 2017-11-03 10:05 UTC  (6+ messages)

[PATCH 1/2] Change register_changed_p returns bool
 2017-11-03  8:56 UTC  (2+ messages)
` [PATCH 2/2] Change value_contents_eq return bool

[PATCH] Assertion 'xfered>0' in target.c for remote connection
 2017-11-03  3:11 UTC  (2+ messages)

[PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu
 2017-11-03  0:54 UTC 

[PATCH 0/8] regcache misc cleanup and refactor
 2017-11-02 15:20 UTC  (13+ messages)
` [PATCH 4/8] Remove regcache_descr::nr_raw_registers
` [PATCH 8/8] Construct readonly regcache without address space
` [PATCH 6/8] const-fy regcache::m_aspace

[PATCH 00/10] Use std::vector and std::string throughout target-descriptions.c
 2017-11-02 13:27 UTC  (14+ messages)
` [PATCH 09/10] Make tdesc_type::u::u::fields an std::vector
` [PATCH 06/10] Make tdesc_reg string fields std::string
` [PATCH 03/10] Make target_desc::features an std::vector
` [PATCH 05/10] Make tdesc_feature::registers "

Oh dear. I regret to inform you that commit 81b42bcab16f4462eb4c91db2cf09cd76e17402e might be unfortunate
 2017-11-01 17:30 UTC  (5+ messages)
` Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e

Question for Randolph Chung
 2017-11-01 16:45 UTC 

Oh dear. I regret to inform you that commit a67d66eb97e7613a38ffe6622d837303b3ecd31d might be unfortunate
 2017-11-01 15:27 UTC  (3+ messages)
` Breakage on builder Fedora-x86_64-m32, revision a67d66eb97e7613a38ffe6622d837303b3ecd31d
` Breakage on builder Fedora-i686, "

[PATCH] Add a note about Debugging Tools devroom at FOSDEM 2018 to gdb's news
 2017-11-01 13:20 UTC  (4+ messages)
` [PING][PATCH] "

Oh dear. I regret to inform you that commit e0115a844607b280449986e661f551dff49a9031 might be unfortunate
 2017-11-01 12:56 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-cc-with-index, revision e0115a844607b280449986e661f551dff49a9031

Oh dear. I regret to inform you that commit ee357486aa87b17782111295c5e7bd4ac9e6970f might be unfortunate
 2017-11-01 12:02 UTC  (3+ messages)
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision ee357486aa87b17782111295c5e7bd4ac9e6970f
` Breakage on builder Fedora-x86_64-m32, "

Breakpoint commands in MI mode and "backtrace"
 2017-11-01  3:45 UTC  (4+ messages)
` [PATCH] Use console uiout when executing breakpoint commands

Question for Qinwei
 2017-10-31 20:08 UTC 

[pushed] tracepoint: Remove unnecessary const_cast
 2017-10-31 19:05 UTC 

[PATCH] Record nested types
 2017-10-31 19:03 UTC  (2+ messages)

New ARI warning Tue Oct 31 01:56:15 UTC 2017
 2017-10-31  1:56 UTC 

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