public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[COMMITTED PATCH 1/3] ARM: extract_arm_insn function need to read instrs correctly in be8 case
 2014-11-02 21:41 UTC  (2+ messages)
` [COMMITTED PATCH 2/3] ARM: arm_breakpoint should be little endian form in case for arm BE8

[PATCH 0/4] Catch syscall groups
 2014-11-02 19:45 UTC  (6+ messages)
` [PATCH 2/4] Add support to catch groups of syscalls
` [PATCH 1/4] Implemement support for groups of syscalls in the xml-syscall interface
` [PATCH 3/4] Create syscall groups for x86_64
` [PATCH 4/4] Update documentation on catching a group of related syscalls

[PATCH v3 00/14] let gdb reuse gcc's C compiler
 2014-11-02 16:03 UTC  (18+ messages)
` [PATCH v3 08/14] introduce call_function_by_hand_dummy
` [PATCH v3 06/14] add infcall_mmap and gcc_target_options gdbarch methods
` [PATCH v3 02/14] add gcc/gdb interface files
` [PATCH v3 03/14] add some missing ops to DWARF assembler
` [PATCH v3 01/14] introduce ui_file_write_for_put
` [PATCH v3 05/14] add dummy frame destructor
` [PATCH v3 04/14] add make_unqualified_type
` [PATCH v3 07/14] add gnu_triplet_regexp gdbarch method
` [PATCH v3 13/14] add s390_gcc_target_options
` [PATCH v3 11/14] export dwarf2_reg_to_regnum_or_error
` [PATCH v3 09/14] split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax
` [PATCH v3 12/14] add linux_infcall_mmap
` [PATCH v3 10/14] make dwarf_expr_frame_base_1 public
` [PATCH v3 14/14] the "compile" command

[PATCH,Hurd] Fix deallocation after proc_getprocinfo call
 2014-11-02 15:26 UTC 

[PATCH] Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS
 2014-11-01  5:33 UTC 

[COMMITTED PATCH] objfiles.h: Remove some unused macros
 2014-11-01  4:49 UTC 

[PATCH] Remove TYPE_CODE_CLASS
 2014-11-01  4:10 UTC 

[OB PATCH] valops.c: Fix some whitespace
 2014-11-01  3:24 UTC 

[PATCH] solib_global_lookup: Fetch arch from objfile
 2014-11-01  2:28 UTC 

[PATCH 00/10] Linux extended-remote fork events
 2014-10-31 23:44 UTC  (9+ messages)
` [PATCH 04/16 v2] Determine supported extended-remote features
` [PATCH 05/16 v2] GDBserver clone breakpoint list

[Patch 00/16 v2] Linux extended-remote fork and exec events
 2014-10-31 23:31 UTC  (15+ messages)
` [PATCH 00/16 v3] "
` [PATCH 08/16 v3] Extended-remote follow vfork
` [PATCH 05/16 v3] GDBserver clone breakpoint list
` [PATCH 06/16 v3] Extended-remote Linux follow fork
` [PATCH 04/16 v3] Determine supported extended-remote features
` [PATCH 07/16 v3] Extended-remote arch-specific follow fork
` [PATCH 13/16 v3] Extended-remote exec catchpoints
` [PATCH 09/16 v3] Extended-remote fork catchpoints
` [PATCH 10/16 v3] Extended-remote fork event documentation
` [PATCH 12/16 v3] Extended-remote follow exec
` [PATCH 11/16 v3] Extended-remote Linux exit events
` [PATCH 14/16 v3] Suppress spurious warnings with extended-remote follow exec
` [PATCH 15/16 v3] Extended-remote exec event documentation
` [PATCH 16/16 v3] Non-stop follow exec tests

[PATCH 00/16] GDB testsuite cleanup, fix warnings with -std=gnu11
 2014-10-31 20:59 UTC  (21+ messages)
` [PATCH 01/16] Eliminate literal line numbers in so-impl-ld.exp
` [PATCH 02/16] Eliminate literal line numbers in dbx.exp
` [PATCH 05/16] Eliminate literal line numbers in ending-run.exp
` [PATCH 04/16] Eliminate literal line numbers in call-rt-st.exp
` [PATCH 03/16] Eliminate literal line numbers in call-ar-st.exp
` [PATCH 09/16] Eliminate literal line numbers in mi-console.exp
` [PATCH 08/16] Eliminate literal line numbers in shlib-call.exp
` [PATCH 06/16] Eliminate literal line numbers in foll-exec.exp
` [PATCH 07/16] Eliminate literal line numbers in jump.exp
` [PATCH 11/16] Drop non-prototype C function header variants: solib1.c
` [PATCH 10/16] 'callfuncs' test case: Fix typo in prototyped version
` [PATCH 12/16] Drop non-prototype C function header variants: 'break' test case
` [PATCH 14/16] Drop non-prototype C function header variants: 'sepdebug' "
` [PATCH 13/16] Drop non-prototype C function header variants: 'list' "
` [PATCH 15/16] GDB testsuite: drop non-prototype C function header variants
` [PATCH 16/16] GDB testsuite: Fix warnings with -std=gnu11

[PATCH V3 0/9] Add support for DTrace USDT probes to gdb
 2014-10-31 20:28 UTC  (16+ messages)
` [PATCH V3 8/9] Documentation for DTrace USDT probes
` [PATCH V3 3/9] New commands `enable probe' and `disable probe'
` [PATCH V3 7/9] Simple testsuite for DTrace USDT probes
` [PATCH V3 6/9] Support for DTrace USDT probes in x86_64 targets
` [PATCH V3 4/9] New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, dtrace_enable_probe, dtrace_disable_probe
` [PATCH V3 1/9] Adapt `info probes' to support printing probes of different types
` [PATCH V3 9/9] Announce the DTrace USDT probes support in NEWS
` [PATCH V3 2/9] Move `compute_probe_arg' and `compile_probe_arg' to probe.c
` [PATCH V3 5/9] New probe type: DTrace USDT probes

[PATCH] Resolve xmethods over dynamic types
 2014-10-31 19:50 UTC 

GCC switch to C11 causes many testsuite compiler diagnostics
 2014-10-31 19:29 UTC  (9+ messages)

[PATCH 00/13 v2] Refactor low-level Linux x86 debug register code
 2014-10-31 18:57 UTC  (33+ messages)
` [PATCH 01/13 v2] Introduce current_lwp_ptid
` [PATCH 04/13 v2] Make linux_stop_lwp be a shared function
` [PATCH 02/13 v2] Add x86_debug_reg_state to gdbserver
` [PATCH 12/13 v2] Move low-level Linux x86 debug register code to a shared file
` [PATCH 03/13 v2] Add iterate_over_lwps to gdbserver
` [PATCH 05/13 v2] Introduce basic LWP accessors
` [PATCH 07/13 v2] Make lwp_info.arch_private handling shared
` [PATCH 10/13 v2] Linux x86 low-level debug register comment synchronization
` [PATCH 08/13 v2] Rename gdbserver's low-level Linux x86 debug register accessors
` [PATCH 06/13 v2] Change signature of linux_target_ops.new_thread
` [PATCH 11/13 v2] Introduce x86_linux_update_debug_registers
` [PATCH 13/13 v2] Move duplicated Linux x86 code to nat/x86-linux.c
` [PATCH 09/13 v2] Linux x86 low-level debug register code synchronization

[PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces
 2014-10-31  0:07 UTC  (9+ messages)

[PATCH] Warn users about mismatched PID namespaces
 2014-10-30 16:18 UTC  (9+ messages)

[RFC] Import the rename gnulib module
 2014-10-30 12:08 UTC  (2+ messages)

[committed] skip tests that use cd for remote hosts
 2014-10-30 12:00 UTC 

[PATCH] Match the working directory on remote host
 2014-10-30  2:51 UTC  (3+ messages)

Substitute '\' with '\\' in extended-prompt
 2014-10-30  1:48 UTC  (7+ messages)
` [PATCH] Don't replace '\' with '\\' in before_prompt_hook

gdb-7.8 branch FROZEN
 2014-10-29 20:49 UTC  (3+ messages)
` gdb-7.8 branch UN-frozen (was: "gdb-7.8 branch FROZEN")

pushed: [release/HEAD] Document the GDB 7.8.1 release in gdb/ChangeLog
 2014-10-29 20:04 UTC 

FYI/BRANCH: Patches applied to branch gdb-7.8-branch
 2014-10-29 20:03 UTC  (3+ messages)
` pushed: [release/branch 2/2] Bump GDB version number to 7.8.1.DATE-cvs
` pushed: [release/branch 1/2] Document the GDB 7.8.1 release in gdb/ChangeLog

pushed: [release/branch] Set GDB version number to 7.8.1
 2014-10-29 19:46 UTC 

Cannot execute this command without a live selected thread
 2014-10-29 19:16 UTC  (8+ messages)
          ` [pushed] Workaround remote targets that report an empty list to qfThreadInfo (Re: Cannot execute this command without a live selected thread.)

[PATCH] Remove unwanted spaces when looking up builtin types
 2014-10-29 18:50 UTC 

GDB 7.8.1 release planned Mon Oct 27
 2014-10-29 18:43 UTC  (3+ messages)

[PATCH+7.8] PR python/17372 - Python hangs when displaying help()
 2014-10-29 18:40 UTC  (2+ messages)

[PATCH+7.8] PR 17408 - assertion failure in switch_back_to_stepped_thread
 2014-10-29 18:39 UTC  (3+ messages)

[PATCH] Support dlang demangle in cxxfilter
 2014-10-29 17:07 UTC  (2+ messages)

[pushed] Fix uninitialized value access when very first GDB command entered is <RET>
 2014-10-29 15:01 UTC 

[pushed] TUI: don't let exceptions escape while handling readline key bindings
 2014-10-29 14:48 UTC 

[pushed] PR tui/16138, PR tui/17519, and misc failures to initialize the terminal
 2014-10-29 14:36 UTC 

[PATCH 0/2] Fix fileio.exp fails on mingw32 host
 2014-10-29 13:49 UTC  (2+ messages)

over-permissive stack_chk_guard on ARM
 2014-10-29 13:12 UTC  (9+ messages)
  ` [RFA] ARM: stricter __stack_chk_guard check during prologue (was: "Re: over-permissive stack_chk_guard on ARM")
    ` [RFA] ARM: stricter __stack_chk_guard check during prologue

[RFC PATCH 0/2] couple big endian fixes in testsuites
 2014-10-29  9:13 UTC  (6+ messages)
` [RFC PATCH 1/2] fix implptrpiece.exp test for big endian target
` [RFC PATCH 2/2] fix py-value-cc.exp "

[PATCH 0/2] aarch64 couple big endian fixes
 2014-10-29  6:07 UTC  (3+ messages)
` [PATCH 2/2] aarch64: tramp_frame_start function need to read instrs correctly in be8 case

[PATCH] Fix skipping stack protector on arm
 2014-10-29  5:45 UTC  (2+ messages)

[pushed] PR gdb/12623: non-stop crashes inferior, PC adjustment and 1-byte insns
 2014-10-28 16:07 UTC 

[pushed] Test for PR gdb/17511, spurious SIGTRAP after stepping into+in signal handler
 2014-10-28 15:51 UTC 

[pushed] gdb.base/sigstep.exp: cleanup and make it easier to extend
 2014-10-28 15:38 UTC  (2+ messages)

[PATCH] update bug numbers (GNATS -> Bugzilla) in a few signal related tests
 2014-10-28 15:33 UTC 

[PATCH 00/12] record btrace: prepare for a new trace format
 2014-10-28 14:35 UTC  (2+ messages)

[PATCH 5/9] Rename some "aux" functions
 2014-10-28  3:18 UTC  (4+ messages)

[PATCH 7/9] Rewrite lookup_static_symbol to use gdbarch routine
 2014-10-28  3:16 UTC  (2+ messages)

[PATCH 2/9] Add macro ALL_BLOCK_SYMBOLS_WITH_NAME
 2014-10-27 23:19 UTC  (2+ messages)

[PATCH] stepi/nexti: skip signal handler if "handle nostop" signal arrives
 2014-10-27 20:34 UTC  (11+ messages)

[PATCH] Don't run forever in gdb.base/structs.c
 2014-10-27 19:32 UTC  (5+ messages)

[RFC PATCH 0/3] Catch syscall group
 2014-10-27 19:20 UTC  (10+ messages)
` [RFC PATCH 2/3] Add support to catch groups of syscalls

[PATCH] PR c++/17494 - Fix evaluation of method calls under EVAL_SKIP
 2014-10-27 17:22 UTC  (2+ messages)

[PATCH] Python API: Add gdb.is_in_prologue and gdb.is_in_epilogue
 2014-10-27 16:40 UTC  (10+ messages)

[PATCH 2/7] Fixes for aarch64-linux gdb core file support
 2014-10-27 12:33 UTC  (4+ messages)
` [PATCH 2/7] Fixes for aarch64-linux "

[PATCH] Fix trace file fails on powerpc64
 2014-10-27 12:15 UTC  (3+ messages)

[PATCH, v2] Fix ARM machine state testcase failures
 2014-10-27 11:03 UTC  (4+ messages)

[patch 0/2] Accelerate symbol lookups 15x
 2014-10-27  8:54 UTC  (9+ messages)
  ` [patchv2 2/2] Accelerate lookup_symbol_aux_objfile 14.5x [Re: [patch 0/2] Accelerate symbol lookups 15x]

[PATCH 9/9] Improve function comment for lookup_global_symbol
 2014-10-27  5:03 UTC 

[PATCH 8/9] Rename lookup_symbol_global to lookup_global_symbol
 2014-10-27  5:02 UTC 

[PATCH 6/9] symtab.c (basic_lookup_symbol_nonlocal): Add comment
 2014-10-27  4:51 UTC 

[PATCH 4/9] Rename lookup_symbol_aux_block to lookup_symbol_in_block
 2014-10-27  4:33 UTC 

[PATCH 3/9] Rename lookup_symbol_static and lookup_static_symbol_aux
 2014-10-27  4:30 UTC 

[PATCH 1/9] Move lookup_block_symbol from symtab.c to block.c
 2014-10-27  4:25 UTC 

[PATCH 0/9] symtab.c symbol lookup cleanups
 2014-10-27  4:22 UTC 

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