Show patches with: none      |   25711 patches
« 1 2130 131 132257 258 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[1/2] Change type of reg_buffer::m_register_status to register_status - - --- 2018-05-30 Simon Marchi New
[pushed,15/15] Remove regcache_raw_collect - - --- 2018-05-30 Simon Marchi New
[pushed,14/15] Remove regcache_raw_supply - - --- 2018-05-30 Simon Marchi New
[pushed,13/15] Remove regcache_cooked_write_part - - --- 2018-05-30 Simon Marchi New
[pushed,12/15] Remove regcache_cooked_read_part - - --- 2018-05-30 Simon Marchi New
[pushed,11/15] Remove regcache_cooked_read_value - - --- 2018-05-30 Simon Marchi New
[pushed,10/15] Remove regcache_cooked_write - - --- 2018-05-30 Simon Marchi New
[pushed,09/15] Remove regcache_invalidate - - --- 2018-05-30 Simon Marchi New
[pushed,08/15] Remove regcache_raw_write_part - - --- 2018-05-30 Simon Marchi New
[pushed,07/15] Remove regcache_raw_read_part - - --- 2018-05-30 Simon Marchi New
[pushed,06/15] Remove regcache_cooked_read - - --- 2018-05-30 Simon Marchi New
[pushed,05/15] Remove regcache_raw_write - - --- 2018-05-30 Simon Marchi New
[pushed,04/15] Remove regcache_raw_read - - --- 2018-05-30 Simon Marchi New
[pushed,03/15] Remove regcache_raw_update - - --- 2018-05-30 Simon Marchi New
[pushed,02/15] Remove regcache_register_status - - --- 2018-05-30 Simon Marchi New
[pushed,01/15] Remove regcache_get_ptid - - --- 2018-05-30 Simon Marchi New
[RFA,5/5] Make two cp-name-parser.y constants "const" - - --- 2018-05-30 Tom Tromey New
[RFA,4/5] Include parser-defs.h in cp-name-parser.y - - --- 2018-05-30 Tom Tromey New
[RFA,3/5] Make cp-name-parser.y a pure parser - - --- 2018-05-30 Tom Tromey New
[RFA,2/5] Use yy-remap.h in cp-name-parser.y - - --- 2018-05-30 Tom Tromey New
[RFA,1/5] Remove a static buffer from cp-name-parser.y - - --- 2018-05-30 Tom Tromey New
[RFA] Remove resume_section_map_updates_cleanup - - --- 2018-05-30 Tom Tromey New
[pushed] Mark END_CATCH as ATTRIBUTE_NORETURN (-Wmaybe-uninitialized warnings) - - --- 2018-05-30 Pedro Alves New
[pushed] Remove "struct" keyword in range-based for loops - - --- 2018-05-30 Simon Marchi New
[FYI] Fix fall-through comment in windows-nat.c - - --- 2018-05-29 Tom Tromey New
Notify about breakpoint modification when enabling/disabling single location - - --- 2018-05-29 Jan Vrany New
Add or1k target to --enable-targets=all - - --- 2018-05-29 Simon Marchi New
[RFA] Change program_space::added_solibs to a std::vector - - --- 2018-05-29 Tom Tromey New
[RFA] Remove a VEC from type.c - - --- 2018-05-29 Tom Tromey New
[FYI,2/2] Remove tp_t typedef - - --- 2018-05-29 Tom Tromey New
[FYI,1/2] Remove const_char_ptr typedef - - --- 2018-05-29 Tom Tromey New
[RFA,v2] Add "continue" response to pager - - --- 2018-05-29 Tom Tromey New
[4/4] Introduce class target_stack - - --- 2018-05-28 Pedro Alves New
[3/4] Eliminate find_target_beneath - - --- 2018-05-28 Pedro Alves New
[2/4] target_ops::beneath -> target_ops::beneath() - - --- 2018-05-28 Pedro Alves New
[1/4] target_stack -> current_top_target() throughout - - --- 2018-05-28 Pedro Alves New
[RFA,3/3] Use unique_xmalloc_ptr in solib-aix.c - - --- 2018-05-27 Tom Tromey New
[RFA,2/3] Use unique_xmalloc_ptr in darwin_current_sos - - --- 2018-05-27 Tom Tromey New
[RFA,1/3] Use unique_xmalloc_ptr in two solib functions - - --- 2018-05-27 Tom Tromey New
[FYI] Remove last reference to REMOTE_OBS - - --- 2018-05-27 Tom Tromey New
[RFA,4/4] Return unique_xmalloc_ptr from gdbscm_scm_to_string - - --- 2018-05-27 Tom Tromey New
[RFA,3/4] Return unique_xmalloc_ptr from gdbscm_safe_eval_string - - --- 2018-05-27 Tom Tromey New
[RFA,2/4] Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptr - - --- 2018-05-27 Tom Tromey New
[RFA,1/4] Use std::string in ppscm_make_pp_type_error_exception - - --- 2018-05-27 Tom Tromey New
[RFA,v2] Add "continue" response to pager - - --- 2018-05-27 Tom Tromey New
[v2,PR,gdb/23210] Unset gdbarch significant_addr_bit by default - - --- 2018-05-26 Omair Javaid New
[RFC] Read pseudo registers from frame instead of regcache - - --- 2018-05-26 Simon Marchi New
[PR,gdb/22736,aarch64] gdb crashes on a conditional breakpoint with cast return type - - --- 2018-05-25 Weimin Pan New
possible fix for PR symtab/23010 - - --- 2018-05-25 Keith Seitz New
Add an optional offset option to the "symbol-file" command - - --- 2018-05-25 John Baldwin New
[RFA,4/4] Remove interp_name - - --- 2018-05-25 Tom Tromey New
[RFA] Remove cleanups from dbxread.c - - --- 2018-05-25 Tom Tromey New
[RFA] Remove cleanups from coff-pe-read.c - - --- 2018-05-25 Tom Tromey New
[RFA] Remove cleanups from dbxread.c - - --- 2018-05-25 Tom Tromey New
[RFA] Use gdb::byte_vector in remote.c - - --- 2018-05-25 Tom Tromey New
[committed] MIPS/Linux: Correct o32 core file FGR interpretation - - --- 2018-05-25 Maciej W. Rozycki Committed
[RFA] Use TRY/CATCH in remove_prev_frame - - --- 2018-05-25 Tom Tromey New
(obvious): Fix a comment, and pass stream to cb_data. - - --- 2018-05-24 Philippe Waroquiers New
[11/10] remote_target::m_remote_state, pointer -> object (Re: [PATCH 10/10] remote: one struct remo… - - --- 2018-05-24 Pedro Alves New
testsuite: Extend TLS core file testing with an OS-generated dump - - --- 2018-05-24 Pedro Alves New
Fix macOS null pointer dereference - - --- 2018-05-24 Pedro Alves New
[ob/pushed] Fix macOS build, missing override - - --- 2018-05-24 Pedro Alves New
[4/4] gdb: After inferior call, finish all threads in process - - --- 2018-05-24 Andrew Burgess New
[3/4] gdb: Run INF_EXEC_COMPLETE handler for additional cases - - --- 2018-05-24 Andrew Burgess New
[2/4] gdb: Mark async event handler when event is already pending - - --- 2018-05-24 Andrew Burgess New
[1/4] gdb: Fix an infrun debug log message - - --- 2018-05-24 Andrew Burgess New
possible fix for PR symtab/23010 - - --- 2018-05-23 Tom Tromey New
Implement IPv6 support for GDB/gdbserver - - --- 2018-05-23 Sergio Durigan Junior New
[v2] linux: Add maintenance commands to test libthread_db - - --- 2018-05-23 Gary Benson New
testsuite: Extend TLS core file testing with an OS-generated dump - - --- 2018-05-23 Pedro Alves New
Improve overflow detection in gdbserver - - --- 2018-05-23 Pedro Alves New
Enable hardware watchpoints on attach for aarch64 - - --- 2018-05-23 Richard Bunt New
[RFA,42/42] Remove record_line_ftype - - --- 2018-05-23 Tom Tromey New
[RFA,41/42] Remove some unused buildsym functions - - --- 2018-05-23 Tom Tromey New
[RFA,40/42] Convert the DWARF reader to new-style buildysm - - --- 2018-05-23 Tom Tromey New
[RFA,39/42] Parameterize cp_scan_for_anonymous_namespaces - - --- 2018-05-23 Tom Tromey New
[RFA,38/42] Introduce legacy-buildsym.h - - --- 2018-05-23 Tom Tromey New
[RFA,37/42] Move struct buildsym_compunit to buildsym.h - - --- 2018-05-23 Tom Tromey New
[RFA,36/42] Remove reset_symtab_globals - - --- 2018-05-23 Tom Tromey New
[RFA,35/42] Do not use buildsym.h in some files - - --- 2018-05-23 Tom Tromey New
[RFA,34/42] Add many methods to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,33/42] Remove parameter from record_pending_block - - --- 2018-05-23 Tom Tromey New
[RFA,32/42] Remove EXTERN from buildsym.h - - --- 2018-05-23 Tom Tromey New
[RFA,31/42] Remove a TODO - - --- 2018-05-23 Tom Tromey New
[RFA,30/42] Remove buildsym_init - - --- 2018-05-23 Tom Tromey New
[RFA,29/42] Move the symbol lists to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,28/42] Set list_in_scope later in DWARF reader - - --- 2018-05-23 Tom Tromey New
[RFA,27/42] Do not look at file symbols when reading psymtabs - - --- 2018-05-23 Tom Tromey New
[RFA,26/42] Remove free_pendings - - --- 2018-05-23 Tom Tromey New
[RFA,25/42] Remove the "listhead" argument from finish_block - - --- 2018-05-23 Tom Tromey New
[RFA,24/42] Move pending_blocks and pending_block_obstack to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,23/42] Move pending addrmap globals to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,22/42] Move current_subfile to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,21/42] Move the context stack to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,20/42] Use outermost_context_p in more places - - --- 2018-05-23 Tom Tromey New
[RFA,19/42] Move the using directives to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,18/42] Make free_pending_blocks static - - --- 2018-05-23 Tom Tromey New
[RFA,17/42] Move the subfile stack to buildsym_compunit - - --- 2018-05-23 Tom Tromey New
[RFA,16/42] Use gdb_assert in two places in buildsym.c - - --- 2018-05-23 Tom Tromey New
[RFA,15/42] Remove merge_symbol_lists - - --- 2018-05-23 Tom Tromey New
« 1 2130 131 132257 258 »