gdb-patches archive
subject index for March, 2014

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]
Search: Limit to:

[PATCH 1/3] gdb/testsuite/gdb.python: Added testcase for .value() method

[PATCH 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL. Added notion on possible exception thrown from symbol object .value() method

[PATCH v2 1/3] gdb/testsuite/gdb.python: Added testcase for value method

[PATCH v2 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL, added notion on possible exceptions thrown from symbol object value method

[commit/Ada] Full view of tagged type with ptype

[commit/Ada] Missing space before '(' in ada-lang.c::ada_evaluate_subexp

[commit/solaris] Fix sol-thread.c build failure.

[commit] (read_cutu_die_from_dwo): Delete unused local comp_dir_string

[commit] [patchv3] Fix SIGTERM signal safety (PR gdb/15358)

[commit] dwarf2read.c (init_cutu_and_read_dies_no_follow): Minor cleanups

[commit] dwarf2read.c (read_str_index): Delete arg cu.

[commit] dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.

[commit] dwarf2read.c (struct dwarf2_cu): Improve comments.

[commit] Fix pr guile/16612

[commit] Fix Python 2.4 build break

[commit] gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.

[commit] guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.

[commit] guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.

[commit] infcmd.c (interrupt_command): Renamed from interrupt_target_command.

[commit] infcmd.c: Whitespace, comment fixes.

[commit] inferior.h (enum stop_kind): Improve comment.

[commit] infrun.c (set_last_target_status): New function.

[commit] Misc cleanups in async.exp

[commit] read_cutu_die_from_dwo: Misc minor cleanups

[commit] Step down from being global maintainer

[commit] Support gdb.asm/asm-source.exp on powerpc64le

[committed, darwin]: Fix dump of messages on x86_64

[FYI v2 0/3] make probes independent of the program space

[FYI v2 1/3] comment fixes

[FYI v2 2/3] change probes to be program-space-independent

[FYI v2 3/3] move probes to be per-bfd

[FYI] Add myself to maintainers (write after approval)

Re: [OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN

[OB/PUSHED] Make 'make check TESTS="..."' work from GDB's build dir.

[obv commit] [patchv3] Fix SIGTERM signal safety (PR gdb/15358)

[OBV PATCH 1/4] Add a newline in output messages

[PATCH 0.5/8] Rename "target child" to "target native".

[PATCH 0/1] Fix internal warning when "gdb -p xxx"

[PATCH 0/2] btrace: perf improvements

[PATCH 0/3] Fixed abortion using Python API for label symbol object.

[PATCH 0/3] Make all native targets inherit inf-child.c.

[PATCH 0/4] Fix dw2-ifort-parameter.exp on 64-bit big-endian systems

[PATCH 0/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"

[PATCH 0/4] Tweak get_number related code

[PATCH 0/5] Return error code in get_number

[PATCH 0/8] Allow making GDB not automatically connect to the native target (and add "target native").

[PATCH 1/1] Fix internal warning when "gdb -p xxx" (test)

[PATCH 1/1] Fix memleak of the pid_to_exec_file target_ops method for some platforms

[PATCH 1/2] btrace: only search for lines in current symtab

[PATCH 1/3] Fix ppc64 single step over atomic sequence testcase.

[PATCH 1/3] Make the go32-nat.c target inherit inf-child.c.

[PATCH 1/3] Move the traceframe_available_memory code from memory_xfer_partial_1 down to the targets

[PATCH 1/3] sim: msp430: fix build time warnings

[PATCH 1/4] Fix ppc64 single step over atomic sequence testcase

[PATCH 1/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(gdb)

[PATCH 1/4] gdb.exp: Support absolute path name args in 'prepare_for_testing' etc.

[PATCH 1/5] Remove argument 'state' from get_tracepoint_by_number

Re: [PATCH 1/6] PR gdb/16575: stale breakpoint instructions in the code cache

[PATCH 1/8] Rename "target djgpp" -> "target native"

[PATCH 2/2] btrace: avoid symbol lookup

[PATCH 2/3] Factor remote_read_bytes.

[PATCH 2/3] gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile, prepare_for_testing.

[PATCH 2/3] gdb/python: raise TypeError instead of abort() on calling .value() method for label symbol object

[PATCH 2/3] Make the windows-nat.c target inherit inf-child.c.

[PATCH 2/3] sim: msp430: set initial PC to ELF entry if available

[PATCH 2/4] Error on bad count number

[PATCH 2/4] Exploit 'prepare_for_testing' etc. for 'Dwarf::assemble'-generated files

[PATCH 2/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(gdbserver)

[PATCH 2/4] Support up to 3 conditional branches in an atomic sequence

[PATCH 2/5] Change argument 'args' of get_tracepoint_by_number to char *

Re: [PATCH 2/6] PR breakpoints/7143 - Watchpoint does not trigger when first set

[PATCH 2/8] Rename "target darwin-child" -> "target native"

[PATCH 3/3] gdb.arch/ppc64-atomic-inst.exp: Improve error handling.

Re: [PATCH 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL. Added notion on possible exception thrown from symbol object .value() method

[PATCH 3/3] Make the nto-procfs.c target inherit inf-child.c.

[PATCH 3/3] Remove target_read_live_memory

[PATCH 3/3] sim: msp430: start a test framework

[PATCH 3/4] Add multiple branches to ppc64 single step through atomic sequence testcase

[PATCH 3/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(testsuite)

[PATCH 3/4] Handle parse number error in goto_bookmark_command

[PATCH 3/4] Migrate dw2-ifort-parameter.exp to Dwarf::assemble

[PATCH 3/5] Emit wrong value error when parsing range

Re: [PATCH 3/6] Fix missing breakpoing/watchpoint hits, eliminate deferred_step_ptid.

[PATCH 3/8] Rename "target GNU" -> "target native"

[PATCH 4/4] Add lbarx/stbcx., lharx/sthcx. and lqarx/stqcx. single stepping

[PATCH 4/4] Fix dw2-ifort-parameter.exp on PPC64

[PATCH 4/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(doc)

[PATCH 4/4] Remove argument optional_p from get_tracepoint_by_number

[PATCH 4/5] get_number returns status in details

Re: [PATCH 4/6] Fix for even more missed events; eliminate thread-hop code.

[PATCH 4/8] Windows: Rename "target child" -> "target native"

[PATCH 5/5] Accept convenience variable in commands -break-passcount and -break-commands

Re: [PATCH 5/6] Handle multiple step-overs

[PATCH 5/8] nto-procfs.c: Add "target native".

[PATCH 6/8] go32-nat.c: Don't override to_open.

[PATCH 7/8] NEWS: Mention native target renames.

[PATCH 8/8] Allow making GDB not automatically connect to the native target.

[PATCH OBV] Allow ';' as a directory separator

[PATCH OBV] Fix code format issues gdb.base/macscp.exp

[Patch v11] Debug methods in GDB Python

Re: [PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions

[PATCH v2 0/5] Fix lost events, and handle multiple step-overs.

[PATCH v2 1/5] Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid.

[PATCH v2 2/3] gdb/python: raise TypeError instead of abort on calling value method for label symbol object

[PATCH v2 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set

Re: [PATCH v2 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL, added notion on possible exceptions thrown from symbol object value method

[PATCH v2 3/5] Fix for even more missed events; eliminate thread-hop code.

[PATCH v2 4/5] Handle multiple step-overs.

[PATCH v2 5/5] Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too.

[PATCH v2] sim: msp430: set initial PC to ELF entry if available

[PATCH V3 0/3] Intel(R) AVX-512 register support

[PATCH v3 0/5] Fix lost events, and handle multiple step-overs.

Re: [PATCH v3 00/10] Remove `expout*' globals from parser-defs.h

[PATCH V3 1/3] Add AVX512 registers support to GDB.

[PATCH v3 1/5] Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid.

[PATCH V3 2/3] Add AVX512 register support to gdbserver.

[PATCH v3 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set

[PATCH V3 3/3] Add AVX512 feature description to GDB manual

[PATCH v3 3/5] Fix for even more missed events; eliminate thread-hop code.

[PATCH v3 4/5] Handle multiple step-overs.

[PATCH v3 5/5] Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too.

[PATCH v4 0/8] Validate binary before use

[PATCH v4 00/10] Remove `expout*' globals from parser-defs.h

[PATCH v4 01/10] Language independent bits

[PATCH v4 02/10] SystemTap integration

[PATCH v4 03/10] C language

[PATCH v4 04/10] Ada language.

[PATCH v4 05/10] Fortran language

[PATCH v4 06/10] Java language

[PATCH v4 07/10] Modula-2 language

[PATCH v4 08/10] Objective-C language

[PATCH v4 09/10] Pascal language

[PATCH v4 1/8] Move utility functions to common/

[PATCH v4 10/10] Go programming language

[PATCH v4 2/8] Merge multiple hex conversions

[PATCH v4 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]

[PATCH v4 4/8] Prepare linux_find_memory_regions_full & co. for move

[PATCH v4 5/8] Move linux_find_memory_regions_full & co.

[PATCH v4 6/8] gdbserver build-id attribute generator

[PATCH v4 7/8] Validate symbol file using build-id

[PATCH v4 8/8] Tests for validate symbol file using build-id

[PATCH v5 0/8] Validate binary before use

RE: [PATCH v5 00/15] C99 variable length array support

RE: [PATCH v5 08/15] vla: support for DW_AT_count

RE: [PATCH v5 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence

[PATCH v5 1/8] Move utility functions to common/

RE: [PATCH v5 10/15] vla: evaluate operand of sizeof if its type is a vla

RE: [PATCH v5 15/15] test: add mi vla test

[PATCH v5 2/8] Merge multiple hex conversions

[PATCH v5 3/8] Create empty common/linux-maps.[ch] and common/target-utils.[ch]

[PATCH v5 4/8] Prepare linux_find_memory_regions_full & co. for move

[PATCH v5 5/8] Move linux_find_memory_regions_full & co.

[PATCH v5 6/8] gdbserver build-id attribute generator

[PATCH v5 7/8] Validate symbol file using build-id

Re: [PATCH v5 7/8] Validate symbol file using build-id [updated]

[PATCH v5 8/8] Tests for validate symbol file using build-id

[PATCH, doc RFA] Add progspace support to Guile

[PATCH, doc RFA] New option -B: simplify running gdb from build directory

Re: [PATCH, doc RFA] New option: set print symbol-loading

[PATCH, doc RFA]: Fix pr 14236

[patch, nios2] fix type of "fp" and other registers

[PATCH/doc] Remove fixme of packet "k"

Re: [PATCH/RFC] Support rthreads on OpenBSD 5.2 and later.

[PATCH/v2] Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue

[PATCH] -stack-info-depth should always return a count.

[PATCH] [python] Fix gdb.Value.dynamic_type for reference values.

[PATCH] [testsuite] Disable Ctrl-V use for mingw hosts.

[PATCH] [testsuite] Set target-charset to ascii

[PATCH] aarch64: detect atomic sequences like other ll/sc architectures

[PATCH] Automatic link generation by doxygen

[PATCH] Avoid using the ISO C99 `z' formatted output modifier

[PATCH] btrace, test: fix gdb.btrace/data test

[PATCH] Build dw2-abs-hi-pc with nodebug

[PATCH] Check tracefile is generated by binary execution

[PATCH] constify value_aggregate_elt

[PATCH] Don't mention "Unix" in native target name.

[PATCH] Doxygenate gdbtypes.h

[PATCH] Drop prefix from unsupported source path.

[PATCH] Eliminate pointer signedness warning.

[PATCH] Enable rthreads support on OpenBSD/amd64.

[PATCH] Enable rthreads support on OpenBSD/i386.

[PATCH] Enable rthreads support on OpenBSD/mips64.

[PATCH] Escape backslash in windows path

[PATCH] Fix "PC register is not available" issue

[PATCH] Fix "thiscall" method calling convention for inferior calls (PR15559)

[PATCH] Fix PR breakpoints/16494: gdb.base/dprintf.exp agent-printf failures with non-Z0-supporting gdbservers

Re: [PATCH] Fix PR16508

[PATCH] Fix several "set remote foo-packet on/off" commands.

[patch] Fix SIGTERM signal safety (PR gdb/15358) [refresh]

[PATCH] gdb.threads/thread-specific.exp: Fix uninitialized variable references

Re: [PATCH] guile.c: Replace call to scm_init_guile with scm_with_guile.

[PATCH] handle DW_AT_type on an enumeration

[PATCH] implement support for "enum class"

[PATCH] inf-child.h: Update comment.

[PATCH] inferior.c (delete_inferior): Delete, unused.

[patch] linux_nat_kill() compat. with linux-2.4.x

[PATCH] macro-relative.exp: Mark as unsupported if using fission

[PATCH] Power: Correct little-endian e500v2 GPR frame offsets

[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class

[PATCH] Prune program spaces in remove-inferiors

[PATCH] record_latest_value: Call release_value_or_incref instead of release_value

[PATCH] Remove "hardware" from comments of "target_insert_breakpoint"

[PATCH] Return zero in can_single_step_to_signal_handler for nios2-*-* target

[PATCH] sim: constify arg to sim_do_command

[PATCH] sim: constify prog_name

[PATCH] sim: convert old style prototypes

[PATCH] Skip tests on completion and readline when readline lib isn't used

[PATCH] Small segfault fix when there is no python

Re: [PATCH] Support for HWbreak/watchpoint accross fork/vfork on arm-native

[patch] update outdated links in homepage

[PATCH] Use target address size for DW_OP_deref in dwarf2expr.c

[PATCH][PR breakpoints/16606] AVR8 breakpoint out of range, decrement pc after break

[PATCH][PR/backtrace 16721] Fix erroneous backtrace on AVR

[PATCHv2] aarch64: detect atomic sequences like other ll/sc architectures

[patchv2] Fix SIGTERM signal safety (PR gdb/15358) [refresh]

Re: [patchv3 0/8] Validate binary before use

Re: [patchv3 7/8] Validate symbol file using build-id

Re: [patchv3 8/8] Tests for validate symbol file using build-id

[patchv3] Fix SIGTERM signal safety (PR gdb/15358)

[PING][PATCH] gdb.threads/thread-specific.exp: Fix uninitialized variable references

[PING][PATCH] Power: Correct little-endian e500v2 GPR frame offsets

[PING^2] [Patch v11] Debug methods in GDB Python

[PUSHED 0/8] Fix and enable gdb.base/async.ex

[PUSHED 1/8] gdb.base/async.exp: Leave gdb_protocol alone.

[PUSHED 2/8] gdb.base/async.exp: Don't hardcode line numbers.

[PUSHED 3/8] gdb.base/async.exp: Fix stepi& test.

[PUSHED 4/8] gdb.base/async.exp: Use prepare_for_testing.

[PUSHED 5/8] gdb.base/async.exp: Factor out test pattern to a procedure.

[PUSHED 6/8] gdb.base/async.exp: Fix races.

[PUSHED 7/8] gdb.base/async.exp: Make test messages unique.

[PUSHED 8/8] gdb.base/async.exp: Enable it.

[pushed/Ada] Crash with references to GNAT packed arrays handling

[PUSHED] "source", foreground execution commands, and target-async

[PUSHED] Factor out foreground/background execution command preparation.

[PUSHED] Further cleanup of signal-while-stepping-over-bp-other-thread.c.

[PUSHED] inf-child.c: Update comments.

[PUSHED] normal_stop: Extend and clarify comment. (was: Re: No thread context switch in non-stop mode???)

[PUSHED] Re: [PATCH v3 0/5] Fix lost events, and handle multiple step-overs.

[PUSHED] Rename native-only terminal related functions.

[RFA] c++/16675 (incorrect sizeof reference types)

[RFA] Fix c++/16253 (tag/variable name collision)

[RFA] Fix c++/16597 (crash when inspecting lambda expression variables)

[RFA] Fix gdb/15827 (crash w/corrupt DWARF)

[RFA] Split up testsuite/ChangeLog

[RFA] target.h: Expands complete_target_initialization and add_target comments.

Re: [RFC 00/12 V2] Visit varobj available children only in MI

[RFC PATCH] Allow disabling the default run target.

Re: [RFC v2] fix regressions with target-async

[RFC v3] fix regressions with target-async

[RFC v4] fix regressions with target-async

[RFC v5 0/8] enable target-async by default

[RFC v5 1/8] fix latent bugs in ui-out.c

[RFC v5 2/8] PR gdb/13860: make -interpreter-exec console "list" behave more like "list".

[RFC v5 3/8] PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.

[RFC v5 4/8] PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in async mode.

[RFC v5 5/8] make dprintf.exp pass in always-async mode

[RFC v5 6/8] fix py-finish-breakpoint.exp with always-async

[RFC v5 7/8] separate MI and target notions of async

[RFC v5 8/8] enable target-async by default

[RFC v5] fix regressions with target-async

[RFC v6 4/8] PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in async mode.

[RFC v6] PR gdb/13860: make -interpreter-exec console "list" behave more like "list".

[RFC] fix probe-related internal error on AIX

[RFC] Remove unnecessary argument METHOD to valops.c:oload_method_static

[RFC] Stop putting function comments in foo.h

Re: [RFC][PATCH] Allow JIT unwinder provide symbol information

AIX threaded cores.

break on C++ global objects ctors

Commit: ARM SIM: Add tracing support.

Commit: ARM SIM: Convert to ISO C and remove redundant code

Re: copyright dates in binutils (and includes/)

darwin: support recent versions of dyld

Do we still need TYPE_CODE_CLASS?

Fix PR breakpoints/16101: gdb.base/dprintf.exp agent-printf, failures with non-Z0-supporting gdbservers

FYI: [varobj] false type-changed status for reference to Ada array

Re: gdb.threads/step-after-sr-lock.exp behaving very badly

New ARI warning Sat Mar 1 01:53:24 UTC 2014

New feature "source-id"

No thread context switch in non-stop mode???

Ping: [PATCH] Fix PR breakpoints/16494: gdb.base/dprintf.exp agent-printf failures with non-Z0-supporting gdbservers

ping: [PATCH] Fix PR16508

pushed: [Ada 1/2] Crash with references to GNAT packed arrays handling

pushed: [RFA] target.h: Expands complete_target_initialization and add_target comments.

pushed: [testsuite/Ada 2/2] New testcase for packed array renaming.

pushed: [varobj] false type-changed status for reference to Ada array

Rename Solaris's target to "target child" like most other ports.

RFA/remote: compare-sections

RFA: Mention ARM sim now supports tracing in GDB/NEWS

target-delegates.c needs some TLC [was Re: [OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN]

Using LD_PRELOAD in testsuite to extend gdb test coverage

Re: vdso handling


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]
Search: Limit to:

Mail converted by MHonArc