[review] Set names of worker threads
2019-11-26 21:14 UTC (4+ messages)
` [review v4] "
` [pushed] "
[review] Defer minimal symbol name-setting
2019-11-26 21:14 UTC (5+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Implement a thread pool
2019-11-26 21:14 UTC (6+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Introduce thread-safe way to handle SIGSEGV
2019-11-26 21:14 UTC (8+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Introduce run_on_main_thread
2019-11-26 21:14 UTC (6+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Add RAII class for blocking gdb signals
2019-11-26 21:13 UTC (7+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Add configure check for std::thread
2019-11-26 21:13 UTC (6+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Demangle minsyms in parallel
2019-11-26 21:13 UTC (8+ messages)
` [review v3] "
` [review v4] "
` [pushed] "
[review] Introduce alternate_signal_stack RAII class
2019-11-26 21:13 UTC (3+ messages)
` [pushed] "
[PATCH] Replace the remaining uses of strerror with safe_strerror
2019-11-26 21:11 UTC (2+ messages)
` [PATCH v2] "
[PATCH] Simplify the IPA parts of the gdbserver Makefile
2019-11-26 21:06 UTC (5+ messages)
[PATCH] Replace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-26 20:43 UTC
[PATCH] gdb: Use puts_unfiltered instead of printf_unfiltered
2019-11-26 20:25 UTC (3+ messages)
[review] Use run_on_main_thread in gdb.post_event
2019-11-26 19:53 UTC (4+ messages)
` [review v4] "
[review] Add maint set/show worker-threads
2019-11-26 19:50 UTC (5+ messages)
` [review v4] "
[PATCH 00/15] Enable -Wmissing-declarations diagnostic
2019-11-26 19:48 UTC (21+ messages)
` [PATCH 11/15] Remove declaration of tui_set_var_cmd, make definition static
` [PATCH 06/15] Remove dict_empty/mdict_empty
` [PATCH 12/15] Make functions static in unittests
` [PATCH 15/15] Enable -Wmissing-declarations diagnostic
` [PATCH 05/15] Make a bunch of functions static
` [PATCH 03/15] Add missing includes in dwarf-index-write.c and mi/mi-interp.c
` [PATCH 02/15] Include aarch32-tdep.h in aarch32-tdep.c
` [PATCH 07/15] Remove unused overload of exit_inferior_silent
` [PATCH 04/15] Remove unused function set_gdb_completion_word_break_characters
` [PATCH 01/15] Add back declarations for _initialize functions
` [PATCH 13/15] Remove simulator_command declaration, make static
` [PATCH 09/15] Add declaration to python init func
` [PATCH 14/15] Fix declaration of sparc_xfer_wcookie
` [PATCH 08/15] Remove info_terminal_command declaration, make definition static
` [PATCH 10/15] Remove unused rbreak_command_wrapper and other declarations
[PATCH] Don't include pathmax.h from common-defs.h
2019-11-26 18:44 UTC
[PATCH] Don't override various Makefile variables for gnulib et al
2019-11-26 18:01 UTC (2+ messages)
` [PATCH] add file desc to gdbserver client_state
[PATCH] Use safe_strerror instead of strerror where possible
2019-11-26 18:00 UTC (3+ messages)
[FYI] Fix gdbserver ChangeLog entry
2019-11-26 17:50 UTC
[review] Change type of argument to windows-nat.c:thread_rec
2019-11-26 17:31 UTC (2+ messages)
` [review v2] "
[review] Update Gnulib to the latest git version
2019-11-26 17:28 UTC (6+ messages)
` [review v12] "
` [review v13] "
[review] Share some Windows-related globals
2019-11-26 17:21 UTC
[review] Move wait_for_debug_event to nat/windows-nat.c
2019-11-26 17:21 UTC
[review] Share handle_exception
2019-11-26 17:21 UTC
[review] Make last_wait_event static
2019-11-26 17:21 UTC
[review] Share handle_load_dll and handle_unload_dll declarations
2019-11-26 17:21 UTC
[review] Handle pending stops from the Windows kernel
2019-11-26 17:16 UTC (6+ messages)
` [review v2] "
[review] Rename win32_thread_info to windows_thread_info
2019-11-26 17:12 UTC (2+ messages)
` [review v2] "
[review] Change two windows_thread_info members to "bool"
2019-11-26 17:12 UTC (2+ messages)
` [review v2] "
[review] Share get_image_name between gdb and gdbserver
2019-11-26 17:12 UTC
[review] Implement stopped_by_sw_breakpoint for Windows gdbserver
2019-11-26 17:12 UTC
[review] Remove some globals from windows-nat.c
2019-11-26 17:12 UTC
[review] Add pending stop support to gdbserver's Windows port
2019-11-26 17:12 UTC
[review] Call CloseHandle from ~windows_thread_info
2019-11-26 17:12 UTC
[review] Use lwp, not tid, for Windows thread id
2019-11-26 17:12 UTC
[review] Introduce win32_target_ops::decr_pc_after_break
2019-11-26 17:12 UTC
[review] Introduce fetch_pending_stop
2019-11-26 17:12 UTC
[review] Fix up complaints.h for namespace use
2019-11-26 17:12 UTC
[review] Normalize get_windows_debug_event API
2019-11-26 17:12 UTC
[review] Share thread_rec between gdb and gdbserver
2019-11-26 17:12 UTC
[review] Add read_pc / write_pc support to win32-low
2019-11-26 17:12 UTC
[review] Normalize handle_output_debug_string API
2019-11-26 17:12 UTC
[review] Share some inferior-related Windows code
2019-11-26 17:12 UTC
[review] Remove the "next" field from windows_thread_info
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Make windows_thread_info::name a unique_xmalloc_ptr
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Rename windows_thread_info::id to "tid"
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Share Windows thread-suspend and -resume code
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Use new and delete for windows_thread_info
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Share windows_thread_info between gdb and gdbserver
2019-11-26 17:11 UTC (2+ messages)
` [review v2] "
[review] Wrap shared windows-nat code in windows_nat namespace
2019-11-26 17:11 UTC
[review] jit: remove bp locations when unregistering jit code
2019-11-26 17:07 UTC (8+ messages)
` [review v2] "
[PATCH v2 0/4] GDB fixes for the remote end having gone astray
2019-11-26 15:49 UTC (2+ messages)
` [PING^2][PATCH "
[review] jit: minor improvement to debug logging
2019-11-26 13:51 UTC (5+ messages)
` [review v2] "
[review] [gdb/contrib] Add -c option to words.sh script
2019-11-25 22:01 UTC (4+ messages)
` [review v2] "
` [pushed] "
[RFA] Fix crashes due to python GIL released too early
2019-11-25 21:59 UTC (2+ messages)
[review] Replace int with bool in solib.c
2019-11-25 20:44 UTC (4+ messages)
` [review v2] "
` [pushed] "
Oh dear. I regret to inform you that commit cf57ad6d61771f608079f31db10a93872a4553c5 might be unfortunate
2019-11-25 16:59 UTC (10+ messages)
` Breakage on builder Fedora-i686, revision cf57ad6d61771f608079f31db10a93872a4553c5
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` 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-m32, "
` 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-w64-mingw32, "
[review] [Debugging output] Make remote packet truncation length adjustable
2019-11-25 15:34 UTC (6+ messages)
` [review v6] "
` [pushed] "
GDB 9.1 release -- 2019-11-24 Update
2019-11-25 0:26 UTC
[RFA 0/4] More flexible user-defined commands prefixing and naming
2019-11-24 23:30 UTC (7+ messages)
` [RFA 3/4] Allow . character as part of command names
` [RFA 2/4] Test prefix-define
` [RFA 1/4] Implement user defined prefix
[pushed] Include gdbarch.h in m68k-linux-nat.c
2019-11-24 20:07 UTC
[PATCH 00/16] Add styling to the gdb CLI and TUI
2019-11-24 19:53 UTC (6+ messages)
` [PATCH 15/16] Highlight source code using GNU Source Highlight
[review] Introduce new layout code
2019-11-24 18:37 UTC (3+ messages)
` [review v4] "
GDB 9.1 release -- 2019-11-18 Update
2019-11-24 18:16 UTC (2+ messages)
[FYI] Use bool in require_partial_symbols
2019-11-24 18:13 UTC
[review] Style field names in "print"
2019-11-24 17:37 UTC
[PATCH] Fix an issue with the gdb step-over aka. "n" command
2019-11-24 12:17 UTC
[PATCH] Fix setting breakpoints or stepping on line 65535
2019-11-24 11:54 UTC
[PATCH] Make "skip" work on inline frames
2019-11-24 11:22 UTC (11+ messages)
` [PATCHv2] "
` [PATCHv3] "
` [PATCHv4] "
[review v5] gdb: Introduce global_symbol_searcher
2019-11-23 13:17 UTC
[review] Add TUI border colors
2019-11-23 7:24 UTC (3+ messages)
` [review v2] "
[review] Allow using less horizontal space in TUI source window
2019-11-23 7:21 UTC (4+ messages)
` [review v2] "
Multiple identical mails from Gerrit
2019-11-23 7:17 UTC (6+ messages)
[review] gdb: Re-enable stdin for all UIs from start_event_loop
2019-11-23 1:05 UTC
[review] gdb: Enable stdin on exception in execute_gdb_command
2019-11-23 1:05 UTC
Gerrit status update
2019-11-23 0:25 UTC (2+ messages)
[review] Remove struct tui_point
2019-11-23 0:23 UTC (2+ messages)
` [review v4] "
[review] Introduce the tui_gen_win_info::min_height method
2019-11-23 0:22 UTC (2+ messages)
` [review v4] "
[review] Re-highlight windows when needed during TUI startup
2019-11-22 23:54 UTC (2+ messages)
` [review v2] "
[review] Move can_box to tui_gen_win_info
2019-11-22 23:50 UTC (2+ messages)
` [review v3] "
[review] Move max_height method to tui_gen_win_info
2019-11-22 23:49 UTC (2+ messages)
` [review v4] "
[review] Turn off threaded minsym demangling by default
2019-11-22 23:48 UTC (2+ messages)
[review] Restore parameter names in observable.h
2019-11-22 22:26 UTC (3+ messages)
` [pushed] "
[FYI] Avoid crash in print_ada_task_info
2019-11-22 22:14 UTC
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