[PATCH] gdb/18947: [aarch64]Step into shared library is very slow
2015-09-14 9:06 UTC (7+ messages)
[PATCH 0/2 V2] Support single step by arch or target
2015-09-14 8:18 UTC (9+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_single_step
[patch] Fix BZ15121 -- x/a broken for addresses in shared libraries
2015-09-12 21:56 UTC (9+ messages)
[PATCH 00/17] record btrace: non-stop and ASNS
2015-09-12 19:43 UTC (36+ messages)
` [PATCH 14/17] target, record: add PTID argument to to_record_is_replaying
` [PATCH 11/17] btrace: async
` [PATCH 15/17] btrace: allow full memory and register access for non-replaying threads
` [PATCH 03/17] btrace: improve stepping debugging
` [PATCH 05/17] btrace: split record_btrace_step_thread
` [PATCH 12/17] infrun: switch to NO_HISTORY thread
` [PATCH 10/17] btrace: temporarily set inferior_ptid in record_btrace_start_replaying
` [PATCH 04/17] btrace: extract the breakpoint check from record_btrace_step_thread
` [PATCH 08/17] btrace: lock-step
` [PATCH 01/17] btrace: fix non-stop check in to_wait
` [PATCH 02/17] btrace: support to_stop
` [PATCH 16/17] target: add to_record_stop_replaying target method
` [PATCH 13/17] btrace: non-stop
` [PATCH 09/17] btrace: resume all requested threads
` [PATCH 06/17] btrace: move breakpoint checking into stepping functions
` [PATCH 17/17] infrun: scheduler-locking reverse
` [PATCH 07/17] btrace: add missing NO_HISTORY
[PATCH 1/2 v2] Re-check fastpoint after reloading symbols
2015-09-12 18:01 UTC (3+ messages)
[RFC] reviving 'catch syscall' for gdbserver
2015-09-12 2:27 UTC (2+ messages)
[PATCH v4 00/18] All-stop on top of non-stop
2015-09-11 20:53 UTC (3+ messages)
` [PATCH 11/18] Implement all-stop on top of a target running non-stop mode
[PATCH 0/9] Changes to frame selection
2015-09-11 20:21 UTC (12+ messages)
` [PATCH 2/9] gdb: Select a frame for frame_info
` [PATCH 5/9] gdb: Fix bug with dbx style func command
` [PATCH 3/9] gdb: Make use of safe-ctype.h header
` [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'
` [PATCH 1/9] gdb: Check the selected-frame in frame_find_by_id
` [PATCH 7/9] gdb: Simplify parse_frame_specification
` [PATCH 4/9] gdb/doc: Restructure frame command documentation
` [PATCH 8/9] gdb: Split func_command into two parts
` [PATCH 6/9] gdb: Avoid unneeded calls to parse_frame_specification
[PATCH 1/2] gdb: Check the selected-frame in frame_find_by_id
2015-09-11 18:53 UTC (4+ messages)
` PING: [PATCH 0/2] frame_find_by_id & selected_frame issues
` ABANDONED: "
[PATCH v2 0/5] Extended-remote exec events
2015-09-11 18:39 UTC (16+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] Extended-remote follow exec
` [pushed][PATCH "
` [pushed][PATCH v3 3/4] Extended-remote exec test
` [pushed][PATCH v3 2/4] Extended-remote exec catchpoints
` [pushed][PATCH v3 4/4] Extended-remote exec event docs
` [PATCH "
` [PATCH v3 2/4] Extended-remote exec catchpoints
` [PATCH v3 3/4] Extended-remote support for exec event tests
[PATCH] Fix mi-detach.exp on native-gdbserver
2015-09-11 18:11 UTC (3+ messages)
[PATCH 0/7] Support tracepoints and software breakpoints on ARM aarch32-linux in GDBServer
2015-09-11 17:32 UTC (13+ messages)
` [PATCH 2/7] Move some integer operations to common
` [PATCH 1/7] Fix instruction skipping when using software single step in GDBServer
` [PATCH 3/7] Support multiple breakpoint types per target "
` [PATCH 5/7] Add support for software single step on ARM aarch32-linux "
` [PATCH 7/7] Support tracepoints and software breakpoints "
` [PATCH 4/7] Make breakpoint and breakpoint_len local variables "
` [PATCH 6/7] Support conditional breakpoints on targets that can software single step "
[PATCH 0/2] [GDBserver] Fix compiling conditional expressions accessing registers
2015-09-11 17:25 UTC (3+ messages)
` [PATCH 2/2] [testsuite] Add test case for tracepoints with conditions
` [PATCH 1/2] [GDBserver] Fix compiling conditional expressions accessing registers
[PATCH] [AArch64] Cleanup comments in instruction decoding functions
2015-09-11 15:58 UTC (2+ messages)
[PATCH] [AArch64] Fix incorrect mask when decoding b.cond instruction
2015-09-11 15:52 UTC (3+ messages)
[PATCH] Bail out of processing stop if hook-stop resumes target / changes context
2015-09-11 14:56 UTC (6+ messages)
[PATCH] Add micromips support to the MIPS simulator
2015-09-11 10:24 UTC (4+ messages)
[PATCH] aarch64 multi-arch support (part 2): siginfo fixup
2015-09-11 9:46 UTC (4+ messages)
[PATCH] btrace, test: remove buffer-size test with unlimited buffer size
2015-09-11 9:30 UTC (4+ messages)
[PATCH v2 00/17] record btrace: non-stop and ASNS
2015-09-11 9:02 UTC (24+ messages)
` [PATCH v2 05/17] btrace: split record_btrace_step_thread
` [PATCH v2 11/17] btrace: async
` [PATCH v2 08/17] btrace: lock-step
` [PATCH v2 06/17] btrace: move breakpoint checking into stepping functions
` [PATCH v2 12/17] infrun: switch to NO_HISTORY thread
` [PATCH v2 07/17] btrace: add missing NO_HISTORY
` [PATCH v2 01/17] btrace: fix non-stop check in to_wait
` [PATCH v2 04/17] btrace: extract the breakpoint check from record_btrace_step_thread
` [PATCH v2 03/17] btrace: improve stepping debugging
` [PATCH v2 10/17] btrace: temporarily set inferior_ptid in record_btrace_start_replaying
` [PATCH v2 09/17] btrace: resume all requested threads
` [PATCH v2 15/17] btrace: allow full memory and register access for non-replaying threads
` [PATCH v2 14/17] target, record: add PTID argument to to_record_is_replaying
` [PATCH v2 02/17] btrace: support to_stop
` [PATCH v2 16/17] target: add to_record_stop_replaying target method
` [PATCH v2 13/17] btrace: non-stop
` [PATCH v2 17/17] infrun: scheduler-locking reverse
[PATCH 1/2] tui: make updating of start_line in tui_puts more consistent
2015-09-11 8:58 UTC (6+ messages)
` [PATCH 2/2] tui: maintain a scrollback buffer and dump it upon exit (PR tui/14584)
[ppc64le] Use skip_entrypoint for skip_trampoline_code
2015-09-10 21:17 UTC (4+ messages)
` [ppc64le patch v2] "
` [ping for Cc] "
` [ppc64le patch v3] "
[PATCH] PR varobj/18564 regression in showing __thread so extern variable
2015-09-10 20:17 UTC (8+ messages)
` [PATCH V2] "
[PATCH] Constify variables in ada-lang.c
2015-09-10 15:49 UTC (3+ messages)
[PATCH] Don't truncate the history file when history size is unlimited
2015-09-10 15:30 UTC (13+ messages)
` Racy failures on gdb.base/gdbinit-history.exp (native-extended-gdbserver/-m64) (was: Re: [PATCH] Don't truncate the history file when history size is unlimited)
` Racy failures on gdb.base/gdbinit-history.exp (native-extended-gdbserver/-m64)
[PATCH] Do not pass NULL for the string in catch_errors
2015-09-10 13:16 UTC (2+ messages)
[PATCH] Make GDB wait for events after handling target File-I/O
2015-09-10 12:59 UTC (2+ messages)
qemu-system debugging broken ([PATCH 03/18] remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANG)
2015-09-10 11:38 UTC (3+ messages)
[PATCH] Call target_can_download_tracepoint if there are tracepoints to download
2015-09-10 11:35 UTC (3+ messages)
[PATCH] [PR breakpoints/18275] Introduce dprintf-flush-function for call-style dprintfs
2015-09-09 19:32 UTC
[OB PATCH] gdb.python/py-prettyprint.exp: Check result of run_lang_tests
2015-09-09 18:44 UTC
[RFC] fix gdb.threads/non-stop-fair-events.exp timeouts
2015-09-09 18:40 UTC (4+ messages)
[OB PATCH] gdb.base/pie-execl.exp: Fix result test of build_executable
2015-09-09 18:21 UTC
[OB PATCH] gdb.base/savedregs.exp: Fix typo
2015-09-09 18:03 UTC
[PATCH 0/7] Replace continuations with an extendable "class"
2015-09-09 17:33 UTC (3+ messages)
[PATCH] [PR python/18938] source -s foo.py with foo.py a symlink to foo.notpy fails
2015-09-08 21:38 UTC (2+ messages)
[PATCH] gdb.go/methods.exp: Mark gdb_breakpoint calls as known failures
2015-09-08 20:21 UTC
[PATCH v2] btrace: kernel address filtering
2015-09-08 15:21 UTC (2+ messages)
[PATCH] config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc's warning
2015-09-08 13:47 UTC (3+ messages)
[PATCH] btrace: kernel address filtering
2015-09-08 12:21 UTC (3+ messages)
[patch] improve hand-call-in-threads.exp failure handling
2015-09-08 10:55 UTC (2+ messages)
Cell multi-arch broken (Re: [PATCH 2/2] GNU/Linux: Stop using libthread_db/td_ta_thr_iter)
2015-09-08 10:31 UTC (3+ messages)
[PATCH] aarch64-core.xml: 32-bit cpsr -> 64-bit pstate
2015-09-08 10:06 UTC (5+ messages)
[PATCH] guile: Add as_a_scm_t_subr
2015-09-07 18:54 UTC (2+ messages)
[PATCH] guile: Add as_a_scm_t_subr
2015-09-07 18:40 UTC (3+ messages)
[PATCH v3 1/2] D: Support looking up symbols in the current and imported modules
2015-09-07 10:16 UTC (3+ messages)
[PATCH] [RFC] gdb: add disable-docs option
2015-09-06 9:38 UTC
[PATCH] config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc's warning
2015-09-05 10:30 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).