[PATCH 0/4] New "set cwd" command
2017-09-13 15:06 UTC (14+ messages)
` [PATCH 3/4] Introduce gdb_chdir
` [PATCH 1/4] Make gdb_dirbuf local to functions
` [PATCH 4/4] Implement "set cwd" command
` [PATCH 2/4] Import "glob" module from gnulib
[PATCH] Introduce gdb::byte_vector, add allocator that default-initializes
2017-09-13 13:30 UTC (7+ messages)
[patch] Allow to link with ncursesw
2017-09-13 10:29 UTC
[PATCH v4 0/7] Thread handle to thread info mapping
2017-09-13 0:00 UTC (2+ messages)
[RFA] Overload catch_command_errors
2017-09-12 20:16 UTC
more cleanup removal, particularly in MI
2017-09-12 19:03 UTC (12+ messages)
` [RFA 05/11] Remove unused declaration
` [RFA 04/11] Don't copy a string in mi_cmd_disassemble
` [RFA 02/11] Remove cleanups from mi_cmd_break_insert_1
` [RFA 10/11] Use a std::vector for ada_exceptions_list
` [RFA 09/11] Use std::set in mi-main.c
` [RFA 06/11] Change some gdb_* functions to use a std::string out parameter
` [RFA 11/11] Change captured_mi_execute_command to use scoped_restore
` [RFA 07/11] Use gdb::byte_vector in mi_cmd_data_write_memory_bytes
` [RFA 08/11] Use string and unique_xmalloc_ptr in mi-main.c
` [RFA 01/11] Remove make_cleanup_defer_target_commit_resume
` [RFA 03/11] Remove cleanups from mi-cmd-var.c
[PATCH, gdb/testsuite] Fix compare-sections.exp FAIL
2017-09-12 15:24 UTC (3+ messages)
[pushed] probe: Replace VEC(probe_ops_cp) with std::vector
2017-09-12 12:17 UTC
[PATCH 1/2] Make probe_ops::get_probes fill an std::vector
2017-09-12 11:57 UTC (10+ messages)
` [PATCH 2/2] Make collect_probes return "
[PATCH 1/3] Add unit test for xml_escape_text
2017-09-12 11:01 UTC (3+ messages)
` [PATCH 3/3] Refactor handle_qxfer_libraries and friends to use std::string
` [PATCH 2/3] Make xml_escape_text return an std::string
[python] Allow explicit locations in breakpoints
2017-09-12 10:03 UTC
[PATCH] Add a 'starti' command
2017-09-11 22:08 UTC (4+ messages)
[PATCH v3] Add a 'starti' command
2017-09-11 22:08 UTC
[RFA 0/8] various cleanup removals
2017-09-11 22:04 UTC (13+ messages)
` [RFA 1/8] Change setup_breakpoint_reporting to return a scoped_restore
` [RFA 7/8] Use std::string in d-namespace.c
` [RFA 5/8] Remove cleanups from find_frame_funname
` [RFA 2/8] Replace interp_set_temp with scoped_restore_interp
` [RFA 4/8] Remove cleanups from findcmd.c
` [RFA 8/8] Remove make_show_memory_breakpoints_cleanup
` [RFA 3/8] Replace clear_hook_in_cleanup with scoped_restore_hook_in
` [RFA 6/8] Use std::string in ctf_start
[RFA 0/3] preparation for command constification; cleanup removal
2017-09-11 21:43 UTC (8+ messages)
` [RFA 3/3] Make extract_arg return a std::string
` [RFA 2/3] Constify language_enum
` [RFA 1/3] Rename _const functions to use overloading instead
[RFA 0/3] add a few Python events
2017-09-11 14:29 UTC (18+ messages)
` [RFA 1/3] Add new_inferior, inferior_deleted, and new_thread events
` [RFA 3/3] Make it simpler to add events to Python
` [RFA 2/3] Small event ownership clean up in Python layer
[PATCH 0/5] Fortran: Array strides
2017-09-11 12:58 UTC (6+ messages)
` [PATCH 4/5] Fortran: Change subrange enum to bit field
` [PATCH 1/5] Fortran: Move calc_f77_array_dims
` [PATCH 5/5] Fortran: Enable parsing of stride parameter for subranges
` [PATCH 2/5] Fortran: Move value_f90_subarray
` [PATCH 3/5] Fortran: Allow multi-dimensional subarrays
[PATCH] Rename __BIT() to __ONEBIT() in the nds32 target
2017-09-11 6:45 UTC (5+ messages)
` [PATCH v2] Rename __BIT() to N32_BIT() "
[commit/obvious] Fix build breakage on GNU/Linux AArch64
2017-09-10 22:13 UTC (2+ messages)
` [commit/obvious] Fix build breakage on GNU/Linux AArch64, take 2
[PATCH] Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)
2017-09-10 21:35 UTC (3+ messages)
[PATCH 0/3] Small cleanups in gdbserver
2017-09-10 20:11 UTC (4+ messages)
` [PATCH 2/3] gdbserver: Remove gdb_id_to_thread_id
` [PATCH 3/3] gdbserver: Remove thread_to_gdb_id
` [PATCH 1/3] gdbserver: Remove duplicate functions to find any thread of process
[PATCH 1/2] lwp_info; Make the arch code free arch_lwp_info
2017-09-10 19:14 UTC (2+ messages)
` [PATCH 2/2] linux low: Make the arch code free arch_process_info
[PATCH] Fix build breakage on GNU/Linux AArch64 and use std::vector on tdesc.reg_defs
2017-09-10 16:12 UTC (3+ messages)
[PATCH 1/2] mi_load_progress: Use unique_ptr to manage ui_out lifetime
2017-09-10 12:55 UTC (2+ messages)
` [PATCH 2/2] mi_load_progress: Restore current_uiout using a scoped_restore
Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate
2017-09-10 5:54 UTC (13+ messages)
[pushed] Remove unnecessary calls to is_mi_like_p in print_thread_info_1
2017-09-09 20:53 UTC
[RFA 0/4] some vector-related cleanup removal
2017-09-09 19:55 UTC (6+ messages)
` [RFA 3/4] Use gdb::def_vector in create_sals_line_offset
` [RFA 1/4] Use gdb::def_vector in func_command
` [RFA 2/4] Use gdb::byte_vector in pascal_object_print_value
` [RFA 4/4] Use std::vector in add_using_directive
[RFA 0/7] more ui-out cleanup removal
2017-09-09 19:44 UTC (20+ messages)
` [RFA 6/7] Remove make_cleanup_ui_out_redirect_pop
` [RFA 1/7] Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1
` [RFA 4/7] Use ui_out_emit_tuple in disasm.c
` [RFA 3/7] Use ui_out_emit_tuple in more places
` [RFA 5/7] Use ui_out_emit_list "
` [RFA 2/7] Remove make_cleanup_ui_out_table_begin_end
` [RFA 7/7] Use ui_out_emit_list and ui_out_emit_tuple with gdb::optional
[PATCH] gdb: Remove check for gdb_stderr == NULL
2017-09-09 18:57 UTC (2+ messages)
[PATCH] Add DISABLE_COPY_AND_ASSIGN
2017-09-09 18:45 UTC (5+ messages)
[PATCH v2] Remove unnecessary function prototypes
2017-09-09 17:29 UTC (2+ messages)
[PATCH] Remove unnecessary function prototypes
2017-09-09 15:54 UTC (3+ messages)
Page blank
2017-09-09 2:42 UTC
[PATCH OB] Remove unused field field_info.fnfields
2017-09-09 0:05 UTC
[PATCH v4 0/5] Some Fortran Patches
2017-09-08 14:35 UTC (7+ messages)
` [PATCH v4 1/5] DWARF: Don't add nameless modules to partial symbol table
` [PATCH v4 4/5] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH v4 5/5] Fortran: Nested functions, add scope parameter
` [PATCH v4 3/5] Fortran: Ptype, print type extension
[PATCH v3 0/6] Some Fortran Patches
2017-09-08 12:13 UTC (4+ messages)
` [PATCH v3 6/6] Fortran: Nested functions, add scope parameter
[PATCH] Add selftests run filtering
2017-09-07 15:11 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
gdb-8.0 branch FROZEN
2017-09-07 14:58 UTC (2+ messages)
` gdb-8.0 branch OPEN again
[release/HEAD] Document the GDB 8.0.1 release in gdb/ChangeLog
2017-09-07 14:51 UTC
FYI/BRANCH: Patches applied to branch gdb-8.0-branch
2017-09-07 14:50 UTC (3+ messages)
` [release/branch 1/2] Document the GDB 8.0.1 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 8.0.1.DATE-git
[release/branch] Set GDB version number to 8.0.1
2017-09-07 14:29 UTC
[pushed/ob] remove QStartupWithShell entry from NEWS::Changes in GDB 7.11
2017-09-07 14:28 UTC
hurd: update RPC prototypes
2017-09-07 11:12 UTC (4+ messages)
[RFC][00/19] Target FP: Precise target floating-point emulation
2017-09-06 21:04 UTC (4+ messages)
[RFA 0/4] remove some cleanups from parsing code
2017-09-06 19:39 UTC (9+ messages)
` [RFA 4/4] Change funcall_chain to be a std::vector
` [RFA 1/4] Remove make_cleanup_clear_parser_state
` [RFA 3/4] Remove last cleanups from go-exp.y
` [RFA 2/4] Remove last cleanups from d-exp.y
[PATCH 0/2] Make "list ambiguous" show symbol names too
2017-09-06 18:43 UTC (5+ messages)
` [PATCH 1/2] Fix "list ambiguous_variable"
` [PATCH 2/2] Make "list ambiguous" show symbol names too
[PATCH/RFC] Implement the ability to set the current working directory in GDBserver
2017-09-06 18:18 UTC (5+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox