[PATCH 0/8] Allow making GDB not automatically connect to the native target (and add "target native")
2014-03-17 16:47 UTC (13+ messages)
` [PATCH 3/8] Rename "target GNU" -> "target native"
` [PATCH 8/8] Allow making GDB not automatically connect to the native target
` [PATCH 4/8] Windows: Rename "target child" -> "target native"
` [PATCH 1/8] Rename "target djgpp" "
` [PATCH 2/8] Rename "target darwin-child" "
` [PATCH 7/8] NEWS: Mention native target renames
` [PATCH 6/8] go32-nat.c: Don't override to_open
` [PATCH 5/8] nto-procfs.c: Add "target native"
Commit: ARM SIM: Add tracing support
2014-03-17 16:44 UTC (4+ messages)
No thread context switch in non-stop mode???
2014-03-17 16:39 UTC (2+ messages)
[PATCH 0/1] Fix internal warning when "gdb -p xxx"
2014-03-17 16:12 UTC (3+ messages)
` [PATCH 1/1] Fix memleak of the pid_to_exec_file target_ops method for some platforms
[RFC] Stop putting function comments in foo.h
2014-03-17 16:09 UTC (6+ messages)
[pushed/Ada] Crash with references to GNAT packed arrays handling
2014-03-17 15:51 UTC (3+ messages)
` pushed: [Ada 1/2] "
` pushed: [testsuite/Ada 2/2] New testcase for packed array renaming
darwin: support recent versions of dyld
2014-03-17 13:08 UTC
New feature "source-id"
2014-03-17 12:25 UTC (9+ messages)
[PATCH 0/5] Return error code in get_number
2014-03-17 0:51 UTC (11+ messages)
` [PATCH 4/5] get_number returns status in details
` [PATCH 5/5] Accept convenience variable in commands -break-passcount and -break-commands
` [PATCH 1/5] Remove argument 'state' from get_tracepoint_by_number
` [PATCH 3/5] Emit wrong value error when parsing range
` [PATCH 2/5] Change argument 'args' of get_tracepoint_by_number to char *
[commit] Fix Python 2.4 build break
2014-03-16 14:08 UTC
[patch] linux_nat_kill() compat. with linux-2.4.x
2014-03-16 13:59 UTC
[patch] Fix SIGTERM signal safety (PR gdb/15358) [refresh]
2014-03-16 13:53 UTC (4+ messages)
` [patchv2] "
` [patchv3] Fix SIGTERM signal safety (PR gdb/15358)
[PATCH v3 0/5] Fix lost events, and handle multiple step-overs
2014-03-16 3:41 UTC (3+ messages)
` [PATCH v3 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set
[commit] Step down from being global maintainer
2014-03-14 18:59 UTC
[RFC PATCH] Allow disabling the default run target
2014-03-14 14:39 UTC (8+ messages)
[PATCH/doc] Remove fixme of packet "k"
2014-03-14 8:14 UTC (2+ messages)
[PUSHED] Rename native-only terminal related functions
2014-03-14 0:21 UTC
[commit] Fix pr guile/16612
2014-03-13 17:05 UTC
[PATCH] record_latest_value: Call release_value_or_incref instead of release_value
2014-03-13 16:34 UTC (4+ messages)
[PATCH v5 00/15] C99 variable length array support
2014-03-13 16:00 UTC (12+ messages)
` [PATCH v5 08/15] vla: support for DW_AT_count
` [PATCH v5 15/15] test: add mi vla test
` [PATCH v5 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence
[PATCH][PR breakpoints/16606] AVR8 breakpoint out of range, decrement pc after break
2014-03-13 14:05 UTC (7+ messages)
[PATCH] Don't mention "Unix" in native target name
2014-03-13 12:32 UTC (7+ messages)
` Rename Solaris's target to "target child" like most other ports
[PATCH] Automatic link generation by doxygen
2014-03-13 6:16 UTC
[PATCH] Doxygenate gdbtypes.h
2014-03-13 2:38 UTC (2+ messages)
[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
2014-03-12 22:49 UTC
[Patch v11] Debug methods in GDB Python
2014-03-12 21:54 UTC (3+ messages)
[PUSHED] Factor out foreground/background execution command preparation
2014-03-12 20:34 UTC
[OB/PUSHED] Make 'make check TESTS="..."' work from GDB's build dir
2014-03-12 19:53 UTC
[RFC v5] fix regressions with target-async
2014-03-12 19:46 UTC (5+ messages)
[PUSHED] inf-child.c: Update comments
2014-03-12 13:37 UTC (4+ messages)
` [PATCH] inf-child.h: Update comment
[PATCH 0/4] Fix dw2-ifort-parameter.exp on 64-bit big-endian systems
2014-03-12 12:57 UTC (11+ messages)
` [PATCH 1/4] gdb.exp: Support absolute path name args in 'prepare_for_testing' etc
` [PATCH 2/4] Exploit 'prepare_for_testing' etc. for 'Dwarf::assemble'-generated files
` [PATCH 3/4] Migrate dw2-ifort-parameter.exp to Dwarf::assemble
` [PATCH 4/4] Fix dw2-ifort-parameter.exp on PPC64
[PATCH 0/3] Make all native targets inherit inf-child.c
2014-03-12 11:29 UTC (9+ messages)
` [PATCH 2/3] Make the windows-nat.c target "
` [PATCH 1/3] Make the go32-nat.c "
` [PATCH 3/3] Make the nto-procfs.c "
[PATCH] Power: Correct little-endian e500v2 GPR frame offsets
2014-03-12 8:34 UTC (3+ messages)
` [PING][PATCH] "
Do we still need TYPE_CODE_CLASS?
2014-03-12 5:02 UTC
[PATCH v3 00/10] Remove `expout*' globals from parser-defs.h
2014-03-12 3:05 UTC (2+ messages)
[RFC v4] fix regressions with target-async
2014-03-11 19:33 UTC (4+ messages)
[PATCH 1/3] sim: msp430: fix build time warnings
2014-03-11 19:01 UTC (15+ messages)
` [PATCH 3/3] sim: msp430: start a test framework
` [PATCH 2/3] sim: msp430: set initial PC to ELF entry if available
` [PATCH v2] "
[RFC] fix probe-related internal error on AIX
2014-03-11 17:44 UTC (2+ messages)
[PATCH] Fix PR breakpoints/16494: gdb.base/dprintf.exp agent-printf failures with non-Z0-supporting gdbservers
2014-03-11 14:32 UTC
[PATCH 1/3] Move the traceframe_available_memory code from memory_xfer_partial_1 down to the targets
2014-03-11 12:45 UTC (3+ messages)
` [PATCH 2/3] Factor remote_read_bytes
` [PATCH 3/3] Remove target_read_live_memory
[PATCH 0/2] btrace: perf improvements
2014-03-11 10:08 UTC (7+ messages)
` [PATCH 2/2] btrace: avoid symbol lookup
[PATCH v2 0/5] Fix lost events, and handle multiple step-overs
2014-03-11 4:42 UTC (5+ messages)
` [PATCH v2 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set
[PATCH] guile.c: Replace call to scm_init_guile with scm_with_guile
2014-03-11 4:10 UTC (2+ messages)
[patch] update outdated links in homepage
2014-03-11 3:45 UTC
[RFC][PATCH] Allow JIT unwinder provide symbol information
2014-03-11 1:46 UTC (7+ messages)
[PATCH] Support for HWbreak/watchpoint accross fork/vfork on arm-native
2014-03-10 15:13 UTC (8+ messages)
[PATCH V3 0/3] Intel(R) AVX-512 register support
2014-03-10 15:06 UTC (6+ messages)
` [PATCH V3 2/3] Add AVX512 register support to gdbserver
` [PATCH V3 1/3] Add AVX512 registers support to GDB
[patchv3 0/8] Validate binary before use
2014-03-10 14:27 UTC (8+ messages)
[commit/Ada] Missing space before '(' in ada-lang.c::ada_evaluate_subexp
2014-03-10 14:09 UTC
[commit/Ada] Full view of tagged type with ptype
2014-03-10 14:07 UTC
[PATCH] Remove "hardware" from comments of "target_insert_breakpoint"
2014-03-10 7:46 UTC (3+ messages)
target-delegates.c needs some TLC [was Re: [OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN]
2014-03-10 5:34 UTC (6+ messages)
[PATCH v4 0/8] Validate binary before use
2014-03-10 3:46 UTC (10+ messages)
` [PATCH v4 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
` [PATCH v4 8/8] Tests for validate symbol file using build-id
[PATCH 0/4] Tweak get_number related code
2014-03-10 2:01 UTC (10+ messages)
` [PATCH 2/4] Error on bad count number
[patchv3 8/8] Tests for validate symbol file using build-id
2014-03-08 19:46 UTC (5+ messages)
[commit] dwarf2read.c (read_str_index): Rename local dwo_name to objf_name
2014-03-08 1:35 UTC
[commit] read_cutu_die_from_dwo: Misc minor cleanups
2014-03-08 0:40 UTC
[RFA] target.h: Expands complete_target_initialization and add_target comments
2014-03-08 0:33 UTC (3+ messages)
` pushed: "
[RFC] New option -B: simplify running gdb from build directory
2014-03-07 18:54 UTC (5+ messages)
` [PATCH, doc RFA] "
[PATCH] gdb.threads/thread-specific.exp: Fix uninitialized variable references
2014-03-07 14:38 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).