public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb: xtensa: fix frame initialization when PC is invalid
 2016-03-27 23:32 UTC 

[PATCH] Teach "info breakpoints" to show the address of a -location watchpoint
 2016-03-26 17:35 UTC 

[PATCH] Remove i386bsd-tdep.o from x86_64-*-elf* target
 2016-03-25 16:30 UTC 

[patch] Suggest newer gdbserver if it has no qXfer:exec-file:read
 2016-03-24 22:32 UTC  (10+ messages)
        ` [patch] Workaround gdbserver<7.7 for setfs [Re: [patch] Suggest newer gdbserver if it has no qXfer:exec-file:read]
          ` [patchv2 2/2] Workaround gdbserver<7.7 for setfs
          ` [patchv2 1/2] "

[PATCH 0/2] Add arm epilogue unwinder
 2016-03-24 14:39 UTC  (3+ messages)
` [PATCH 1/2] Refactor arm_stack_frame_destroyed_p
` [PATCH 2/2] Add arm epilogue unwinder

[patch, avr, pr19401] Update PC after break
 2016-03-24 13:40 UTC  (3+ messages)

[PATCH OBV] Add quotation mark in test message
 2016-03-24  9:55 UTC 

[PATCH 0/3] Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach
 2016-03-24  9:15 UTC  (7+ messages)
` [PATCH 3/3] Add regression test for PR gdb/19858 (JIT code registration on attach)
` [PATCH 1/3] Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach
` [PATCH 2/3] Make gdb.base/jit.exp binaries unique

[PING #2][PATCH] python: Use console format for output of gdb.execute command
 2016-03-24  7:31 UTC 

[PATCH v3] gdbserver/s390: Switch on tracepoint support
 2016-03-24  1:15 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] [PR gdb/19820] gdb: allow enumeration constants as second operand of BINOP_REPEAT
 2016-03-23 21:04 UTC  (4+ messages)
` [PATCH v2] "

Commit: AArch64 sim: More improvements
 2016-03-23 17:37 UTC 

[PATCH 0/2] gdbarch software_single_step returns VEC (CORE_ADDR) *
 2016-03-23 17:26 UTC  (5+ messages)
` [PATCH 2/2] Remove gdbarch method displaced_step_hw_singlestep
` [PATCH 1/2] gdbarch software_single_step returns VEC (CORE_ADDR) *

[PR python/19819] Remove unused static vars in py-xmethods.c
 2016-03-23 16:36 UTC  (2+ messages)

[PATCH 0/7 V2] Step over instruction branches to itself
 2016-03-23 16:26 UTC  (8+ messages)
` [PATCH 6/7] Resume the inferior with signal rather than stepping over
` [PATCH 4/7] Insert breakpoint even when the raw breakpoint is found
` [PATCH 2/7] Deliver signal in hardware single step
` [PATCH 5/7] [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted
` [PATCH 1/7] New test case gdb.trace/signal.exp
` [PATCH 3/7] Force to insert software single step breakpoint
` [PATCH 7/7] New test case gdb.base/branch-to-self.exp

[PATCH] Remove comments on software_single_step in gdbarch.sh
 2016-03-23 11:22 UTC  (2+ messages)

[PATCH] Add a new format letter to dump instructions backward
 2016-03-23  0:27 UTC  (8+ messages)
        ` [PATCH] Negative repeat count for 'x' command

[PATCH, doc RFA] Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"
 2016-03-22 11:54 UTC  (3+ messages)

[PATCH v2 00/25] Towards great frontend GDB consoles
 2016-03-22 10:41 UTC  (45+ messages)
` [PATCH v2 03/25] Make the interpreters be per UI
` [PATCH v2 02/25] Make gdb_stdout&co "
` [PATCH v2 22/25] Make main_ui be heap allocated
` [PATCH v2 12/25] Make command line editing (use of readline) be per UI
` [PATCH v2 01/25] Introduce "struct ui"
` [PATCH v2 18/25] Replace the sync_execution global with a new enum prompt_state tristate
` [PATCH v2 13/25] Always process target events in the main UI
` [PATCH v2 24/25] Add new command to create extra console/mi UI channels
` [PATCH v2 08/25] Make input_fd be per UI
` [PATCH v2 10/25] Delete def_uiout
` [PATCH v2 21/25] Only send sync execution command output to the UI that ran the command
` [PATCH v2 15/25] Introduce display_mi_prompt
` [PATCH v2 23/25] Handle UI terminal closed
` [PATCH v2 09/25] Make outstream be per UI
` [PATCH v2 17/25] Make gdb_in_secondary_prompt_p() "
` [PATCH v2 04/25] Introduce interpreter factories
` [PATCH v2 11/25] Make current_ui_out be per UI
` [PATCH v2 16/25] Simplify starting the command event loop
` [PATCH v2 05/25] Make the intepreters output to all UIs
` [PATCH v2 06/25] Always run async signal handlers in the main UI
` [PATCH v2 07/25] Make instream and serial_stdin be per UI
` [PATCH v2 19/25] New function should_print_stop_to_console
` [PATCH v2 25/25] Add command to list UIs
` [PATCH v2 20/25] Push thread->control.command_interp to the struct thread_fsm
` [PATCH v2 14/25] Make target_terminal_inferior/ours almost nops on non-main UIs

[PATCH 1/3] gdbserver/IPA: Export some functions via global function pointers
 2016-03-22  9:19 UTC  (2+ messages)

[PATCH v2 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-03-21 21:15 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API
  ` [PATCH v4 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
    ` [PATCH v4 06/11] [PR gdb/14441] gdb: print: implement correct printing of rvalue reference types and values
    ` [PATCH v4 01/11] [PR gdb/14441] gdb: gdbtypes: add definitions for rvalue reference type
    ` [PATCH v4 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API
    ` [PATCH v4 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
    ` [PATCH v4 07/11] [PR gdb/14441] gdb: dwarf2read: support DW_TAG_rvalue_reference type
    ` [PATCH v4 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type
    ` [PATCH v4 03/11] [PR gdb/14441] gdb: valops: add ability to return rvalue reference values from value_ref()
    ` [PATCH v4 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames
    ` [PATCH v4 09/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check
    ` [PATCH v4 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests
    ` [PATCH v4 10/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution

[PATCH 00/30] Stop throwing exceptions from signal handlers
 2016-03-21 19:52 UTC  (38+ messages)
` [PATCH 01/30] Don't rely on immediate_quit in command_line_input
` [PATCH 18/30] Fix inconsistent handling of EINTR in ser-*.c backends
` [PATCH 29/30] Eliminate immediate_quit
` [PATCH 28/30] target remote: Don't rely on immediate_quit (introduce quit handlers)
` [PATCH 27/30] TUI: GC tui_target_has_run
` [PATCH 03/30] TUI: check whether in secondary prompt instead of immediate_quit
` [PATCH 22/30] Use target_terminal_ours_for_output in infcmd.c
` [PATCH 19/30] ada-lang.c: Introduce type_as_string and use it
` [PATCH 14/30] Don't call clear_quit_flag in captured_main
` [PATCH 30/30] Eliminate target_check_pending_interrupt
` [PATCH 26/30] Use target_terminal_ours_for_output in MI
` [PATCH 02/30] Inline command_loop in read_command_line
` [PATCH 20/30] Use target_terminal_ours_for_output in cp-support.c
` [PATCH 17/30] Pass Ctrl-C to the target in target_terminal_inferior
` [PATCH 23/30] Use target_terminal_ours_for_output in warning/internal_error
` [PATCH 25/30] Do target_terminal_ours in query & friends instead of in all callers
` [PATCH 12/30] Don't call clear_quit_flag in command_handler
` [PATCH 08/30] Fix signal handler/event-loop races
` [PATCH 13/30] Don't call clear_quit_flag in prepare_to_throw_exception
` [PATCH 04/30] Don't set immediate_quit in prompt_for_continue
` [PATCH 10/30] Make Python use a struct serial event
` [PATCH 07/30] Introduce a serial interface for select'able events
` [PATCH 24/30] Add missing cleanups to defaulted_query and prompt_for_continue
` [PATCH 06/30] Remove unused struct serial::name field
` [PATCH 21/30] Use target_terminal_ours_for_output in exceptions.c
` [PATCH 15/30] Eliminate clear_quit_flag
` [PATCH 05/30] Stop remote-fileio.c from throwing from SIGINT handler
` [PATCH 11/30] Don't call clear_quit_flag after check_quit_flag
` [PATCH 09/30] Introduce interruptible_select
` [PATCH 16/30] Decouple target_interrupt from all-stop/non-stop modes

MIPS simulator is broken
 2016-03-21 11:54 UTC  (5+ messages)

[PATCH] ARM process record: median instructions
 2016-03-21 10:52 UTC  (3+ messages)

[PATCH 0/8] Step over instruction branches to itself
 2016-03-21  9:40 UTC  (24+ messages)
` [PATCH 3/8] Deliver signal in hardware single step
` [PATCH 4/8] Force to insert software single step breakpoint
` [PATCH 7/8] Resume the inferior with signal rather than stepping over
` [PATCH 1/8] Set signal to 0 after enqueue_pending_signal
` [PATCH 2/8] Check LWP_SIGNAL_CAN_BE_DELIVERED for enqueue/dequeue pending signals

[PATCH] Minor fix in AVR prologue scan
 2016-03-19 14:04 UTC  (3+ messages)

[PATCH] Fix debugging with destroyed TLS
 2016-03-18 21:15 UTC 

Commit: AArch64 sim: Fix off by one error checking for invalid vector array element
 2016-03-18 17:10 UTC  (3+ messages)

[PATCH V5 2/2] Add mpx-bnd-init-on-return set/show command for inferior calls
 2016-03-18 15:12 UTC  (2+ messages)

[PATCH 4/4] gdbserver: Add emit_ops for powerpc
 2016-03-18 15:10 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 3/4 v2] gdbserver: Add powerpc fast tracepoint support
 2016-03-18 15:09 UTC  (2+ messages)
` [PATCH v2 3/4] "

[PATCH 2/3] IPA: Add alloc_jump_pad_buffer target hook
 2016-03-18 15:08 UTC  (2+ messages)
` [PATCH 2/4 v2] "

[PATCH OBV] Make sparc_software_single_step static
 2016-03-18 15:01 UTC 

[PATCH] [spu] throw error when target_read_memory fails
 2016-03-18 14:40 UTC  (3+ messages)

Commit: AArch64: Simulate scalar NEG and vector MUL
 2016-03-18 14:26 UTC  (3+ messages)

[PATCH V5 0/2] BND register initialization
 2016-03-18 14:16 UTC 

[PATCH V5 1/2] Initialize bnd register before performing inferior calls
 2016-03-18 14:16 UTC 

[PATCH V2] Improve user experience in printing Fortran derived types
 2016-03-18 10:26 UTC 

[PATCH] gdb/remote: Don't use vKill if multi-process features are disabled
 2016-03-18  6:28 UTC  (5+ messages)

[PATCH] PR gdb/13519, disassemble command attempts to disassemble SRAM rather than program memory
 2016-03-17 22:25 UTC 

[patch] Suggest running gdbserver for a PID in container
 2016-03-17 17:19 UTC  (3+ messages)
  ` [commit] "

[PATCH] Remove redundant WIFSTOPPED check
 2016-03-17 16:05 UTC  (2+ messages)

[PATCH v1] Improve user experience in printing Fortran derived types
 2016-03-17 14:27 UTC  (3+ messages)

[PATCH 0/3] Some cleanups in linux-record.c
 2016-03-17 12:51 UTC  (4+ messages)
` [PATCH 1/3] linux-record: Fix bad fall-through for pipe/pipe2

[PATCH v2 3/3] PR remote/19496, timeout in forking-threads-plus-bkpt
 2016-03-17 10:38 UTC  (5+ messages)

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