This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[commit+7.9] [PATCH 1/6] framefilter quit: Obvious whitespacing fixes
[commit+7.9] [PATCH 2/6] framefilter quit: Code cleanup: Reindentation
[commit+7.9] [PATCH 3/6] framefilter quit: Code cleanup: Avoid gotos
[commit+7.9] [PATCH 4/6] framefilter quit: Make it exception safe
[commit+7.9] [PATCH 5/6] framefilter quit: Use RETURN_MASK_ERROR
[commit+7.9] [PATCH 6/6] framefilter quit: New test
[commit+7.9] [patchv2+7.9] compile: Filter out -fpreprocessed
[commit/obvious] PR remote/17946: Fix wrong comparison of pointer against char
[commit] [patchv2] compile: Fix GNU-IFUNC funcs called from injected code
[commit] [patchv2] Fix Python 3 build error on 32-bit hosts
[commit] [patchv2] PR gdb/17968 - [ppc64] SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug file
[commit] [testsuite patch] for: [PATCH] [PR corefiles/17808] i386: Fix internal error when prstatus in core file is too big
[commit] Re: [PATCH v2] gdb.base/info-os.c: Clean up SysV IPC on error.
[COMMITTED PATCH] completer.c (complete_line): Remove incorrect comment.
[COMMITTED PATCH] completer.c (completion_list_add_name): Fix memory leak.
[COMMITTED PATCH] Fix typo in earlier ChangeLog entry
[COMMITTED PATCH] guile/scm-frame.c: Fix spelling errors in a comment.
[COMMITTED PATCH] lib/gdb.exp (gdb_load): Always return a result.
[COMMITTED PATCH] misc cp-namespace.c cleanups
[COMMITTED PATCH] Move clear_symtab_users, deduce_language_from_filename decls to better place
[COMMITTED PATCH] symtab.h (struct symtab) <next>: Fix comment.
[COMMITTED V5 0/9] Add support for DTrace USDT probes to gdb
[COMMITTED V5 1/9] Adapt `info probes' to support printing probes of different types.
[COMMITTED V5 2/9] Move `compute_probe_arg' and `compile_probe_arg' to probe.c
[COMMITTED V5 3/9] New commands `enable probe' and `disable probe'.
[COMMITTED V5 4/9] New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, dtrace_enable_probe, dtrace_disable_probe.
[COMMITTED V5 5/9] New probe type: DTrace USDT probes.
[COMMITTED V5 6/9] Support for DTrace USDT probes in x86_64 targets.
[COMMITTED V5 7/9] Simple testsuite for DTrace USDT probes.
[COMMITTED V5 8/9] Documentation for DTrace USDT probes.
[COMMITTED V5 9/9] Announce the DTrace USDT probes support in NEWS.
[PATCH 0/2] GNU/Linux: Stop using libthread_db/td_ta_thr_iter
Re: [PATCH 0/3] Fix racy FAILs of sigall-reverse.exp (and more)
[PATCH 0/4] S390: Vector register support
Re: [PATCH 0/5] Remove struct main_type.vptr_{fieldno,basetype}
[PATCH 0/6] framefilter quit: PR cli/17716
[PATCH 0/6] Introduce $inferior_spawn_id, make interrupt.exp work with GDBserver
[PATCH 0/8] Get rid of the whole moribund breakpoints mechanism, use TRAP_BRKPT
[PATCH 00/22] Update of the SPARC SIS simulator
[PATCH 00/36] Support building GDB as a C++ program
[PATCH 01/23] sim/erc32: Disassembly in stand-alone mode did not work due to API change.
Re: [PATCH 01/36] Create libiberty/libiberty.m4, have GDB and GDBserver use it
[PATCH 02/23] sim/erc32: corrected wrong CPU implementation and version ID in %psr
[PATCH 02/36] Add --enable-build-with-cxx configure switch
[PATCH 03/23] sim/erc32: Perform pseudo-init of system if binary starts from non-zero address.
[PATCH 03/36] C++ keyword cleanliness, mostly auto-generated
[PATCH 04/23] sim/erc32: Add FPU support on x86_64 hosts.
[PATCH 04/36] Fix struct, union, and enum nesting in C++
[PATCH 05/23] sim/erc32: remove unused defines in Makefile and switch off statistics
[PATCH 05/36] Fix redefinition errors in C++ mode
[PATCH 06/23] sim/erc32: Fix incorrect simulator performance report
[PATCH 06/36] record-btrace.c: Remove redefinitions
[PATCH 07/23] sim/erc32: file loading via command line did not work
[PATCH 07/36] Make array object extern
[PATCH 08/23] sim/erc32: added -v and -vv command line switches for verbose output
[PATCH 08/36] elf-bfd.h: Wrap in extern "C".
[PATCH 09/23] sim/erc32: removed type mismatch compiler warnings
[PATCH 09/36] floatformat.h: Wrap in extern "C".
[PATCH 1/2] Fast tracepoint for powerpc64le
[PATCH 1/2] Fix infinite recursion in amd64fbsd_sigcontext_addr().
[PATCH 1/2] linux-nat.c: fix a few lin_lwp_attach_lwp issues
Re: [PATCH 1/3 v2] Fast tracepoint for powerpc64le
[PATCH 1/4] S390: Add target descriptions for vector register sets
Re: [PATCH 1/5] Remove struct main_type.vptr_{fieldno,basetype}: finish TYPE_SPECIFIC_FIELD kind handling
[PATCH 1/6] framefilter quit: Obvious whitespacing fixes
[PATCH 1/6] gdb.base/interrupt.exp: Fix race
[PATCH 1/8] enum lwp_stop_reason -> enum target_stop_reason
[PATCH 10/23] sim/erc32: Switched emulated memory to host endian order.
[PATCH 10/36] Add extern "C" to declarations of C symbols
[PATCH 11/23] sim/erc32: use AC_C_BIGENDIAN to probe for host endian.
[PATCH 11/36] Make functions and variables exported by the IPA be extern "C"
[PATCH 12/23] sim/erc32: Use separate memory_iread() function for instruction fetching.
[PATCH 12/36] proc-service, extern "C"
[PATCH 13/23] sim/erc32: Fix a few compiler warnings
[PATCH 13/36] target.h: Include infrun.h
[PATCH 14/23] sim/erc32: Use gdb callback for UART I/O when linked with gdb.
[PATCH 14/36] Do not do arithmetic on enum types
[PATCH 15/23] sim/erc32: access memory subsystem through struct memsys to allow multiple configurations.
[PATCH 15/36] Don't forward declare enum target_hw_bp_type
[PATCH 16/23] sim/erc32: use readline.h for readline types and functions.
[PATCH 16/36] x86 Linux/ptrace: fix offsetof usage in C++ mode
[PATCH 17/23] sim/erc32: Move local extern declarations into sis.h
[PATCH 17/36] mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_args
[PATCH 18/23] sim/erc32: Add support for LEON3 processor emulation.
[PATCH 18/36] Rename struct lzma_stream to avoid clash with system header
[PATCH 19/23] sim/erc32: Added support for the Leon2 processor
[PATCH 19/36] Exported const objects
[PATCH 2/2] Fast tracepoint for powerpc64le
[PATCH 2/2] Fix source file not found when part of the path does not exist but that a canonicalized path exists.
[PATCH 2/2] GNU/Linux: Stop using libthread_db/td_ta_thr_iter
[PATCH 2/2] Rework signal frame probing for FreeBSD/x86.
Re: [PATCH 2/3] TUI: Don't print KEY_RESIZE keys
[PATCH 2/4] S390: Add vector register support to gdb
[PATCH 2/6] framefilter quit: Code cleanup: Reindentation
[PATCH 2/6] gdb.base/interrupt.exp: Use gdb_test_multiple instead of gdb_expect
Re: [PATCH 2/6] Mention which return values need to be freed in lang_varobj_ops
[PATCH 2/8] Teach GDB about targets that can tell whether a trap is a breakpoint event
[PATCH 20/23] sim/erc32: Updated documentation
[PATCH 20/36] gdbserver/tracepoint: Add cast sockaddr_un/sockaddr cast
[PATCH 21/23] sim/erc32: add data watchpoint support for all cpu targets.
[PATCH 21/36] opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict
[PATCH 22/23] Added watchpoint support to gdb simulator interface.
[PATCH 22/36] Remove duplicate const
[PATCH 23/36] gdbarch.h: include regcache.h
[PATCH 24/36] breakpoint.h: move enum âprint_stop_actionâ
Re: [PATCH 24/36] breakpoint.h: move enum âprint_stop_actionâ
[PATCH 25/36] python/python-internal.h: enum âext_lang_rcâ not defined
[PATCH 26/36] Adjust self tests to cope with GDB built as a C++ program
[PATCH 27/36] catch_command_errors: Remove 'mask' parameter
[PATCH 28/36] Move exception_none to common code, and use it
[PATCH 29/36] Normalize TRY_CATCH exception handling block
[PATCH 3/3 v2] Fast tracepoint for powerpc64le
Re: [PATCH 3/3] Simplify event-loop core, remove two-step event processing
[PATCH 3/4] S390: Add vector register support to gdbserver
[PATCH 3/6] framefilter quit: Code cleanup: Avoid gotos
[PATCH 3/6] gdb_test_multiple: Fix user code argument processing
[PATCH 3/8] record-full/record-btrace: software/hardware breakpoint trap
[PATCH 30/36] quit_force: Replace TRY_CATCH wrapper macros
[PATCH 31/36] Split TRY_CATCH into TRY + CATCH
[PATCH 32/36] TRY_CATCH -> TRY+CATCH+END_CATCH everywhere
[PATCH 33/36] TRY_CATCH -> TRY+CATCH+END_CATCH, the manual conversions
[PATCH 34/36] more making TRY/CATCH callers look more like real C++ try/catch blocks
[PATCH 35/36] kill volatile struct gdb_exception
[PATCH 36/36] Make TRY/CATCH use real C++ try/catch in C++ mode
[PATCH 4/4] S390: Vector register test case
RE: [PATCH 4/5] Remove struct main_type.vptr_{fieldno,basetype}: TYPE_SPECIFIC_SELF_TYPE
Re: [PATCH 4/6] Constify some parameters in the varobj code
[PATCH 4/6] framefilter quit: Make it exception safe
[PATCH 4/6] testsuite: Don't use expect_background to reap gdbserver
[PATCH 4/8] remote+docs: software/hardware breakpoint traps
[PATCH 5/6] framefilter quit: Use RETURN_MASK_ERROR
[PATCH 5/6] testsuite: Introduce $inferior_spawn_id
[PATCH 5/8] Linux native: Use TRAP_BRKPT/TRAP_HWBPT
[PATCH 6/6] framefilter quit: New test
[PATCH 6/6] gdb.base/interrupt.exp: Use send_inferior/$inferior_spawn_id
[PATCH 6/8] gdbserver: Support the "swbreak"/"hwbreak" stop reasons
[PATCH 7/8] gdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPT
[PATCH 8/8] garbage collect target_decr_pc_after_break
[PATCH RL78]:Fix offset for mem_get_si in sim
[PATCH v2 00/22] Update of the SPARC SIS simulator
[PATCH v2 01/22] sim/erc32: Disassembly in stand-alone mode did not work.
[PATCH v2 02/22] sim/erc32: Corrected wrong CPU implementation and version ID in psr
[PATCH v2 03/22] sim/erc32: Perform pseudo-init if binary linked to non-zero address.
[PATCH v2 04/22] sim/erc32: Use fenv.h for host FPU access
[PATCH v2 05/22] sim/erc32: Remove unused defines in Makefile and switch off statistics
[PATCH v2 06/22] sim/erc32: Fix incorrect simulator performance report
[PATCH v2 07/22] sim/erc32: File loading via command line did not work
[PATCH v2 08/22] sim/erc32: Added -v command line switch for verbose output
[PATCH v2 09/22] sim/erc32: Removed type mismatch compiler warnings
[PATCH v2 10/22] sim/erc32: Switched emulated memory to host endian order.
[PATCH v2 11/22] sim/erc32: use SIM_AC_OPTION_HOSTENDIAN to probe for host endianess
[PATCH v2 12/22] sim/erc32: Use memory_iread() function for instruction fetching.
[PATCH v2 13/22] sim/erc32: Fix a few compiler warnings
[PATCH v2 14/22] sim/erc32: Use gdb callback for UART I/O when linked with gdb.
[PATCH v2 15/22] sim/erc32: Access memory subsystem through struct memsys.
[PATCH v2 16/22] sim/erc32: Use readline.h for readline types and functions.
[PATCH v2 17/22] sim/erc32: Move local extern declarations into sis.h
[PATCH v2 18/22] sim/erc32: Add support for LEON3 processor emulation.
[PATCH v2 19/22] sim/erc32: Add support for LEON2 processor emulation.
Re: [PATCH v2 2/9] Define and export Guile classes for all GDB object types
[PATCH v2 20/22] sim/erc32: Updated documentation.
[PATCH v2 21/22] sim/erc32: Add data watchpoint support
[PATCH v2 22/22] Add watchpoint support to gdb simulator interface.
[PATCH V2] dwarf.exp: Allow generating a stub .debug_line section
[PATCH v2] Fix non executable stack handling when calling functions in the inferior.
[PATCH v2] Fix print of value type in a corner case of finish
[PATCH v2] gdb.base/info-os.c: Clean up SysV IPC on error.
[PATCH v2] gdbserver: Fix crash when QTinit is handled with no inferior process attached
[PATCH v2] sim: Be sure of calling freeargv() after successfully call buildargv().
[PATCH v2] sim: Call freeargv() when failure occurs
[PATCH v2] sim: ChangeLog: Correct the related items position and format.
[PATCH v2] Wrap BFD headers in extern "C"
[PATCH v3 0/9] Locations API
RE: [PATCH v3 00/15] record btrace: prepare for a new trace format
[PATCH v3 1/9] Explicit locations: rename "address string"/"addr_string" to "location"
[PATCH v3 2/9] Explicit locations: introduce new struct event_location-based API
[PATCH v3 3/9] Explicit locations: use new location API
[PATCH v3 4/9] Explicit locations: introduce address locations
[PATCH v3 5/9] Explicit locations: introduce probe locations
[PATCH v3 6/9] Explicit locations: introduce explicit locations
[PATCH v3 7/9] Explicit locations: add UI features for CLI
[PATCH v3 8/9] Explicit locations: MI support for explicit locations
[PATCH v3 9/9] Explicit locations: documentation updates
Re: [PATCH v3] gdbserver: Fix crash when QTinit is handled with no inferior process attached
[PATCH v3a 05/15] record-btrace: add bts buffer size configuration option
[PATCH v4 0/5] Process record and reverse debugging support on aarch64-linux
Re: [PATCH v4 0/7] Remote fork events
[PATCH V4 0/9] Add support for DTrace USDT probes to gdb
[PATCH v4 0/9] record btrace: prepare for a new trace format
[PATCH v4 1/5] NEWS entry about aarch64-linux record/replay support
Re: [PATCH v4 1/7] Identify remote fork event support
[PATCH V4 1/9] Adapt `info probes' to support printing probes of different types.
[PATCH v4 1/9] btrace: add struct btrace_data
[PATCH v4 2/5] Implements aarch64 process record and reverse debugging support
[PATCH v4 2/9] btrace: add format argument to supports_btrace
[PATCH V4 2/9] Move `compute_probe_arg' and `compile_probe_arg' to probe.c
[PATCH v4 3/5] Support for recording syscall on aarch64-linux
Re: [PATCH v4 3/7 v3] Extended-remote Linux follow fork
[PATCH v4 3/9] btrace, linux: add perf event buffer abstraction
[PATCH V4 3/9] New commands `enable probe' and `disable probe'.
[PATCH v4 4/5] Support for recording aarch64 advanced SIMD instructions
[PATCH V4 4/9] New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, dtrace_enable_probe, dtrace_disable_probe.
[PATCH v4 4/9] record btrace: add configuration struct
[PATCH v4 5/5] Enables gdb.reverse testsuite for aarch64*-linux targets
Re: [PATCH v4 5/7] Arch-specific remote follow fork
[PATCH V4 5/9] New probe type: DTrace USDT probes.
[PATCH v4 5/9] record-btrace: add bts buffer size configuration option
Re: [PATCH v4 6/7] Remote follow vfork
[PATCH v4 6/9] btrace: update btrace_compute_ftrace parameters
[PATCH V4 6/9] Support for DTrace USDT probes in x86_64 targets.
[PATCH v4 7/9] btrace: extend struct btrace_insn
[PATCH V4 7/9] Simple testsuite for DTrace USDT probes.
[PATCH v4 8/9] btrace: identify cpu
[PATCH V4 8/9] Documentation for DTrace USDT probes.
[PATCH V4 9/9] Announce the DTrace USDT probes support in NEWS.
[PATCH v4 9/9] record-btrace: indicate gaps
[PATCH v5 0/6] Remote fork events
[PATCH v5 01/06] Identify remote fork event support
[PATCH v5 02/06] Clone remote breakpoints
[PATCH v5 03/06] Extended-remote Linux follow fork
[PATCH v5 04/06] Arch-specific remote follow fork
[PATCH v5 05/06] Remote follow vfork
[PATCH v5 06/06] Remote fork catch
Re: [patch+7.9] compile: Filter out -fpreprocessed
[PATCH, FT32] gdb and sim support
[PATCH/committed] sim: drop unused headers
[PATCH/committed] sim: drop unused sim_kill function
Re: [PATCH] "enable count" user input error handling (PR gdb/15678)
[PATCH] [aarch64] Fix one fail in gdb.xml/tdesc-regs.exp
Re: [PATCH] [guile] Run finalizers from GDB thread
[PATCH] [PR 17960] Temp fix for 17960
[PATCH] [python] Avoid saving signal masks for Python API.
Re: [PATCH] [python] Optimize python_string_to_host_string() for Python 2.
[PATCH] aarch64: correct a size of struct elf_prstatus
[PATCH] Add Guile frame filter interface
[PATCH] Add Guile JIT reader interface
Re: [PATCH] Add micromips support to the MIPS simulator
[PATCH] Add real-type to MI output
Re: [PATCH] Add support for embedding scripts in .debug_gdb_scripts.
[PATCH] ARM gdb record-replay bug fixes
[PATCH] Asynchronously resize the TUI
[PATCH] btrace: avoid tp != NULL assertion
[PATCH] btrace: compute line range when printing
[PATCH] btrace: less debug output
[PATCH] btrace: support 32-bit inferior on 64-bit host
[PATCH] btrace: work around _dl_runtime_resolve returning to resolved function
[PATCH] Check for valid inferior before sending tracepoint packets
[patch] compile: Fix GNU-IFUNC funcs called from injected code
[patch] Do not close BFDs, breaking deleted inferior shlibs
[PATCH] doc of pre-defined or builtin trace state variables
[PATCH] Don't skip catch-syscall.exp on hppa*-hp-hpux* target
[PATCH] Dwarf assembler: handle one instruction function
[PATCH] dwarf.exp: Allow generating a stub .debug_line section
Re: [PATCH] Enable building GDB without installed libtermcap
[PATCH] Factorize target program transformations in the GDB_AC_TRANSFORM macro.
[PATCH] Finish constification of varobj interface
Re: [PATCH] Fix a pair of screen-resizing issues in TUI
[PATCH] Fix breakpoint thread condition missing with mi and a pending breakpoint.
[PATCH] Fix internal errors due to missing check_typedef calls
[PATCH] fix lib/pascal.exp dest snafu
[PATCH] Fix non executable stack handling when calling functions in the inferior.
[PATCH] Fix print of value type in a corner case of finish
[patch] Fix Python 3 build error on 32-bit hosts
[PATCH] Fix signal trampoline detection/unwinding on recent FreeBSD/i386 and FreeBSD/amd64
Re: [PATCH] Fix truncation of TUI command history
[PATCH] Fix value-dynamic-type
Re: [PATCH] GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.
[PATCH] gdb.pascal/stub-method.exp
Re: [PATCH] gdbserver: Fix crash when QTinit is handled with no inferior process attached
[PATCH] handle dprintf error more gracefully
[PATCH] Implement ${board}_{exec,spawn} for native-extended-gdbserver
[PATCH] Improve symbol cache performance
[PATCH] JIT read_debug_info callback takes target symfile addr
Re: [PATCH] Merge dg-extract-results.{sh,py} from GCC upstream
Re: [PATCH] Merge GCC producer parsers. Allow digits in identifiers.
[PATCH] PR gdb/17960 - Move completion_tracker_t into the completion API.
[PATCH] PR gdb/17968 - [ppc64] SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug file
[PATCH] Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.
[PATCH] Relax ARM prologue unwinder assumption
[PATCH] Remove true and false ARI checks now that we use stdbool.h.
[PATCH] Rename new_symfile_objfile to finish_new_objfile.
[PATCH] Retrieve segment registers on Windows amd64
[PATCH] S390: Fix compiler invocation with "compile" command
[PATCH] sim/ChangeLog: Correct the related items' position and format.
[PATCH] sim/common/gentmap.c: Include "string.h".
[PATCH] sim/mcore/interp.c: Include "unistd.h" standard C header file to avoid compiling warnings.
Re: [PATCH] sim: Be sure of calling freeargv() after successfully call buildargv().
[PATCH] sim: microblaze: fix build failure after opcodes update
Re: [PATCH] Speed up "gdb -tui" output
[PATCH] symbol cache: hash STRUCT_DOMAIN symbols as VAR_DOMAIN
[PATCH] Update Yao Qi's email address in MAINTAINERS
[PATCH] Use kinfo_getvmmap () on FreeBSD to enumerate memory regions.
Re: [PATCH] Work-around for a bug in GCC5.
[PATCH] xcoffread.c: delete 'within_function' definition (Re: [PATCH 05/36] Fix redefinition errors in C++ mode)
[PATCH][PR c++/17976, symtab/17821] Fix.
[PATCH][PR gdb/17984] Fix GDB build fail on Aarch64 when -fno-common is enabled.
[PATCH][PR python/17936] Only emit one clear_objfiles event for main + separate debug file
Re: [PATCH][PR symtab/17855] Fix.
Re: [PATCH][PR symtab/17855] Testcase for ada
Re: [patchv2+7.9] compile: Filter out -fpreprocessed
[patchv2] compile: Fix GNU-IFUNC funcs called from injected code
[patchv2] Fix Python 3 build error on 32-bit hosts
[patchv2] PR gdb/17968 - [ppc64] SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug file
Re: [PING] [PATCH 0/3] Fix for PR 17808 and some related changes
[pushed/gdb-7.9] gdb/NEWS: "Changes since GDB 7.8" -> "Changes in GDB 7.9".
[pushed/obvious][PATCH] PR gdb/18008: Fix typo in documentation
[pushed] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c (Re: [PATCH 5/6] testsuite: Introduce $inferior_spawn_id)
[pushed] Add "signal SIGTRAP" test
[pushed] Add ATTRIBUTE_PRINTF attributes, and fix fallout
[pushed] delete_breakpoints: Rewrite using gdb_test_multiple
[pushed] Fix adjust_pc_after_break, remove still current thread check
[pushed] Fix gdb.base/solib-corrupted.exp after dtrace probes changes
[pushed] fix gdbserver/linux-low'c's pending status handling
[pushed] Fix no-attach-trace.exp with "target remote" / gdbserver
[pushed] Garbage collect forward_target_decr_pc_after_break
[pushed] gdb.base/gdb-sigterm.exp: Fix spurious FAILs
[pushed] gdb.base/info-os.c: Include stdlib.h (was: Re: GNU gdb (GDB) 7.9.50.20150222-cvs s390x-ibm-linux-gnu GIT commit: 96553a0cffb30d2ac6068eb71bed38ea7432073b)
[pushed] gdb.threads/multi-create-ns-info-thr.exp and native-extended-remote board
[pushed] gdbserver: 64-bit kernel / 32-inferior, syscall restarting
[pushed] gdbserver: redo stepping over breakpoint that was on top of a permanent breakpoint
[pushed] Improve gdb.threads/attach-many-short-lived-threads.exp timeout handling
[pushed] libthread_db: attaching to terminated/joined threads, debug output
[pushed] Linux: don't resume new LWPs until we've pulled all events out of the kernel
[pushed] More redefinition errors in C++ mode
[pushed] PR18006: internal error if threaded program calls clone(CLONE_VM)
[pushed] remote.c: simplify parsing stop reasons in T stop replies
[pushed] Rename windows-termcap.c -> stub-termcap.c
[release/branch 1/2] Document the GDB 7.9 release in gdb/ChangeLog
[release/branch 2/2] Bump GDB version number to 7.9.0.DATE-cvs.
[release/branch] Set GDB version number to str 7.9.
[release/HEAD] Document the GDB 7.9 release in gdb/ChangeLog
[RFA 0/3 V4] Fix pascal behavior for class fields with testcase
[RFA PATCH 1/3 V4] Remember the case pattern that allowed finding a field of this.
[RFA PATCH 2/3 V4] Add "class" option for pascal compiler
[RFA PATCH 3/3 V4] Testcase for pascal/17815
[RFA/commit] Remove use of stdbool.h in GDB sources.
Re: [RFA] Add --with-libz-prefix option in config/zlib.m4
Re: [RFC] [PATCH] Provide the ability to write the frame unwinder in Python
[RFC] Support command "catch syscall" properly on different targets
Re: [V4 01/18] vla: introduce allocated/associated flags
Re: [V4 02/18] vla: make dynamic fortran arrays functional.
Add frame-read-register
Re: Breakage with: Commit: V850 SIM: Add support for e3v5 instructions
Build failure with probe patch
Commit: MSP430 sim: Fix detection of illegal memory accesses
Commit: V850 SIM: Add support for e3v5 instructions
displaced_step_fixup may access memory from the wrong, inferior/thread
Re: Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
Re: Failures on Fedora-x86_64-native-gdbserver-m32, branch master
Fix signal trampoline detection/unwinding on recent FreeBSD/i386 and FreeBSD/amd64
FYI/BRANCH: Patches applied to branch gdb-7.9-branch
FYI: Add missing i18n marker in dwarf2_evaluate_property warning message.
FYI: removing myself from MAINTAINERS
Re: GDB 7.9 release update
gdb-7.8 MIPS assert failure in findvar.c
gdb-7.9 branch FROZEN
gdb-7.9-branch UN-frozen (was: "gdb-7.9 branch FROZEN")
Missing test cases for jit-reader interface
New ARI warning Fri Feb 27 01:54:21 UTC 2015
New ARI warning Tue Feb 10 01:53:55 UTC 2015
New ARI warning Wed Feb 11 01:53:45 UTC 2015
openp: Report a proper error message when attempting to open a directory or special file
Patch - Crash while printing static variables without global symbols.
ping #3: [RFA] Add --with-libz-prefix option in config/zlib.m4
PING [RFA 0/3 V4] Fix pascal behavior for class fields with testcase
PING: [PATCH] GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.
ping: [testsuite patch] for: [PATCH] [PR corefiles/17808] i386: Fix internal error when prstatus in core file is too big
Re: PING: [V3 00/21] Fortran dynamic array support
ping^2: [RFA] Add --with-libz-prefix option in config/zlib.m4
PR python/17927 (Python 3 testsuite compatability)
pushed (master+branch): two agent expression nits (one line each)
pushed/7.9: [Ada] Do not re-cache symbol-lookup result found from cache lookup.
pushed/7.9: [Ada] pspace_data->sym_cache is always NULL (was: "ada symbol lookup cache: disable for 7.9?")
pushed: [Ada] Do not re-cache symbol-lookup result found from cache lookup.
pushed: [Ada] pspace_data->sym_cache is always NULL (was: "ada symbol lookup cache: disable for 7.9?")
pushed: [head+branch] Remove // comment in gdb/iq2000-tdep.c
Re: ready GDB 7.9 release?
ready GDB 7.9 release? (was: "Re: GDB 7.9 release update")
Relationship between GDB commands in Python and Guile
Re: RFC: gdb-7.9-release tag on wrong commit
RFC: gdb-7.9-release tag on wrong commit (was: "Re: [release/branch] Set GDB version number to str 7.9.")
Re: Setting parity for remote serial
Re: two agent expression nits (one line each)
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]