public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/7] Software breakpoints support for ARM linux in GDBServer
 2015-10-15  9:19 UTC  (13+ messages)
` [PATCH v2 1/7] Add breakpoint_from_pc target_ops for software breakpoints "
` [PATCH v2 4/7] Support breakpoint kinds "
` [PATCH v2 2/7] Add breakpoint_from_kind target_ops "
` [PATCH v2 7/7] Support software breakpoints for ARM linux "
` [PATCH v2 6/7] Refactor the breakpoint definitions in linux-arm-low.c
` [PATCH v2 3/7] Implement breakpoint_from_kind for supported architectures in GDBServer
` [PATCH v2 5/7] Implement breakpoint_from_pc for ARM "

[PATCH] aarch64 multi-arch part 6: HW breakpoint on unaligned address
 2015-10-15  8:14 UTC  (6+ messages)

[PATCH 00/18] Remote all-stop on top of non-stop
 2015-10-14 16:37 UTC  (22+ messages)
` [PATCH 13/18] infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode
` [PATCH 03/18] attach + target always in non-stop mode: stop all threads
` [PATCH 01/18] Fix mi-nonstop.exp with extended-remote
` [PATCH 02/18] Remote all-stop-on-top-of-non-stop
` [PATCH 18/18] remote: enable "maint set target-non-stop" by default
` [PATCH 15/18] gdbserver:prepare_access_memory: pick another thread
` [PATCH 05/18] remote: stop reason and watchpoint data address per thread
` [PATCH 10/18] Remote thread create/exit events
` [PATCH 12/18] testsuite: Range stepping and non-stop mode
` [PATCH 17/18] gdbserver: don't exit until GDB disconnects
` [PATCH 04/18] gdbserver crash running gdb.threads/non-ldr-exc-1.exp
` [PATCH 06/18] New vCtrlC packet, non-stop mode equivalent of \003
` [PATCH 14/18] Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol
` [PATCH 11/18] gdbserver: fix killed-outside.exp
` [PATCH 07/18] gdbserver crash if gdb attaches too fast
` [PATCH 09/18] Make dprintf-non-stop.exp cope with remote testing
` [PATCH 16/18] gdbserver/linux: Always wake up event loop after resume
` [PATCH 08/18] gdbserver resume_stop handling bug

[RFC][PATCH 00/15] Fast tracepoint support for ARMv7
 2015-10-14 15:26 UTC  (18+ messages)
` [RFC][PATCH 02/15] Fix internal error when saving fast tracepoint definitions
` [RFC][PATCH 01/15] Fix endian problem for tracepoint enabled flag
` [RFC][PATCH 04/15] Fix crash in tstatus after detach
` [RFC][PATCH 10/15] gdb: Add arm_fast_tracepoint_valid_at
` [RFC][PATCH 12/15] gdbserver: Add help functions to get arm/thumb mode
` [RFC][PATCH 03/15] Fix crash in enable/disable after detach
` [RFC][PATCH 08/15] gdbserver: Move pointer dereference to after assert checks
` [RFC][PATCH 07/15] Fix mmap usage of MAP_FIXED for multiple pages
` [RFC][PATCH 06/15] Add possibility to restart trace after tfind
` [RFC][PATCH 05/15] Fix crash when tstart after detach
` [RFC][PATCH 15/15] gdb/gdbserver: Enable tracepoint for ARM
` [RFC][PATCH 11/15] gdbserver: Add helper functions to create arm instructions
` [RFC][PATCH 14/15] gdbserver: Add linux-arm-ipa.c
` [RFC][PATCH 13/15] gdbserver: Add arm_install_fast_tracepoint_jump_pad
` [RFC][PATCH 09/15] gdb: Add relocate instruction helpers

[OB PATCH] Remove core_regset_section
 2015-10-14 12:57 UTC 

[PATCH 00/11] Displaced stepping on AArch64 GNU/Linux
 2015-10-14  8:37 UTC  (16+ messages)
` [PATCH 10/11] Rename emit_load_store to aarch64_emit_load_store
` [PATCH 01/11] More tests in gdb.arch/insn-reloc.c
` [PATCH 02/11] Move target_read_uint32 out of aarch64_relocate_instruction
` [PATCH 08/11] New test case gdb.arch/disp-step-insn-reloc.exp
` [PATCH 03/11] Move append_insns out of aarch64_relocate_instruction
` [PATCH 07/11] Support displaced stepping in support_displaced_stepping for aarch64*-*-linux*
` [PATCH 06/11] Support displaced stepping in aarch64-linux
` [PATCH 11/11] Mention the change in NEWS
` [PATCH 05/11] Move aarch64_relocate_instruction to arch/aarch64-insn.c
` [PATCH 09/11] Rename emit_insn to aarch64_emit_insn
` [PATCH 04/11] Use visitor in aarch64_relocate_instruction

[PATCH] Fix execution_direction's type
 2015-10-13 18:44 UTC  (4+ messages)

[PATCH] More char constification
 2015-10-13 18:44 UTC  (3+ messages)

FYI: [Ada] Rework ada_value_primitive_packed_val
 2015-10-13 18:42 UTC  (12+ messages)
` [PATCH 2/8] use gdb_byte in ada-lang.c::ada_value_primitive_packed_val
` [PATCH 6/8] make is_scalar_type non-static and use it in ada-lang.c
` [PATCH 3/8] Reorder variable declarations in ada_value_primitive_packed_val
` [PATCH 1/8] More explicit local variable names "
` [PATCH 5/8] [Ada] Better handling of dynamic types "
` [PATCH 7/8] [Ada] Buffer overflow in ada_unpack_from_contents
` [PATCH 4/8] [Ada] split data unpacking code out of ada_value_primitive_packed_val
` [PATCH 8/8] [Ada] ada_unpack_from_contents: Error if target buffer not large enough

[PATCH c++ 1/5] lm32: Add (const gdb_byte *) cast
 2015-10-13 17:37 UTC  (17+ messages)
` [PATCH c++ 2/5] m32c: Split m32c_move_reg_t in read/write variants
` [PATCH c++ 4/5] mips: fix void*/gdb_byte* compilation errors
` [PATCH c++ 3/5] mep: Add cast for int to enum conversion
` [PATCH c++ 5/5] mips: "

AIX DWARF debugging sections
 2015-10-13 16:45 UTC  (17+ messages)

[PATCH c++ 1/6] rs6000: Add cast for int to enum conversion
 2015-10-13 16:44 UTC  (14+ messages)
` [PATCH c++ 4/6] gdb_bfd_lookup_symbol: Cast const char* arguments to void*
` [PATCH c++ 3/6] xtensa: Fix implicit enum conversions
` [PATCH c++ 6/6] aarch64: Add cast for integer to enum cast
` [PATCH c++ 2/6] solib-spu: Add gdb_byte* cast
` [PATCH c++ 5/6] aarch64: Use gdb_sys_no_syscall enum instead of -1

[PATCH] Fix inherit.exp tests
 2015-10-13 16:21 UTC  (4+ messages)

[PATCH 0/4] [nto] Nto fixes
 2015-10-13 16:01 UTC  (5+ messages)
` [PATCH 4/4] [nto] Setup signals
` [PATCH 3/4] [nto] Fix nto target stopped by watchpoint
` [PATCH 2/4] [nto] Fixes for nto procfs
` [PATCH 1/4] [nto] Fix nto build

[PATCH] [Ada] Enhance the menu to select function overloads with signatures
 2015-10-13 10:21 UTC  (4+ messages)

[PATCH, FT32] sim: test coverage for link parameters, PM write port
 2015-10-13  0:23 UTC  (4+ messages)

[PATCH 0/9] Changes to frame selection
 2015-10-12 21:43 UTC  (2+ messages)

[patch] Fix internal error on DW_OP_bregx(-1)
 2015-10-12 19:25 UTC 

[PATCH 0/6] disasm, record: fix "record instruction-history /m"
 2015-10-12 14:19 UTC  (9+ messages)
` [PATCH 2/6] disasm: add struct disas_insn to describe to-be-disassembled instruction
` [PATCH 3/6] disas: add gdb_disassembly_vec

[PATCH] Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT
 2015-10-12 10:22 UTC  (5+ messages)

[PATCH 2/2] [D] Remove search_parents parameter from d_lookup_symbol_imports
 2015-10-11 12:01 UTC 

[PATCH 1/2] [D] Don't recursively look for a symbol in all imports of imported modules
 2015-10-11 11:23 UTC 

[PATCH] sim: moxie: fix leakage in error path [BZ #18273]
 2015-10-11  7:59 UTC 

[PATCH] sim: bfin: handle negative left saturated shifts as ashifts [BZ #18407]
 2015-10-11  7:43 UTC 

[PATCH] gdb: Improve syscall entry/return tracking on Linux
 2015-10-10 14:52 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH c++ 0/3] Some C++ patches
 2015-10-09 14:12 UTC  (6+ messages)
` [PATCH c++ 1/3] arm-linux-tdep: Add explicit cast for int to gdb_syscall conversion
` [PATCH c++ 3/3] i386: Fix type of gdbarch_tdep::register_reggroup_p
` [PATCH c++ 2/3] cris: Use enum bfd_endian to represent endianness

[PATCH c++] Change some void* to gdb_byte*
 2015-10-09 14:09 UTC  (5+ messages)

[PATCH obv c++] Add two callback data casts
 2015-10-09 13:43 UTC 

[commit] Fix typos in comments
 2015-10-09 13:23 UTC 

[PATCH] btrace, test: avoid gdb.btrace/vdso.exp fail
 2015-10-09 12:25 UTC  (2+ messages)

[PATCH] Fix gdb.base/a2-run.exp race
 2015-10-09 11:57 UTC  (2+ messages)

[PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support
 2015-10-09 11:37 UTC  (8+ messages)
` [PATCH 1/2] fort_dyn_array: add basic fortran dyn "

please update readline/support/config.{guess,sub}
 2015-10-09 10:57 UTC  (2+ messages)

[PATCH] [D] Add grammar support for sizeof and typeof
 2015-10-08 19:44 UTC  (4+ messages)

[committed] MAINTAINERS: Update my email address
 2015-10-08 18:12 UTC 

[PATCH 2/2] [aarch64] Use opcodes to decode instructions in GDB
 2015-10-07  8:56 UTC  (4+ messages)
` [PATCH 0/3 V2] "
  ` [PATCH 3/3] [aarch64] use aarch64_decode_insn "

[PING] [PATCH] [D] Re-apply change for handling non-local references in nested functions
 2015-10-06 16:52 UTC 

[PATCH] Fix accessing a function's fields (parameters) from Python (PR 18073)
 2015-10-06 16:43 UTC  (2+ messages)

[patch] parse load_offset (bias) of restore command as long
 2015-10-06 16:33 UTC  (2+ messages)

Ping: RFA: AArch64 sim
 2015-10-06  8:20 UTC 

[PATCH] gdb.base/default.exp: Use verbose -log in a few places
 2015-10-05 22:27 UTC 

RFC GDB Linux Awareness analysis
 2015-10-05 18:37 UTC  (4+ 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).