Skip directories with LIBPATH_SUFFIX_SKIP suffix
[platform/upstream/binutils.git] / gdb /
2014-01-16 Doug Evansdelete thread_id_to_gdb_id, unused
2014-01-15 Maciej W. RozyckiAArch64: gdb.base/float.exp: Fix `info float' test
2014-01-15 Doug Evans* dwarf2read.c (open_and_init_dwp_file): Use pulongest...
2014-01-15 Tom Tromeymove the "main" data into the per-BFD object
2014-01-15 Tom Tromeymove main name into the progspace
2014-01-15 Tom Tromeymake language_of_main static
2014-01-15 Tom Tromeymove the entry point info into the per-bfd object
2014-01-15 Tom Tromeyrelocate the entry point address when used
2014-01-15 Tom Tromeychange solib-frv to use entry_point_address_query
2014-01-15 Omair Javaidgdb: Add a NEWS entry for ARM record/replay improvements
2014-01-15 Omair Javaidgdb: ARM: Update configure.tgt and enable gdb.reverse...
2014-01-15 Omair Javaidgdb: ARM: Add support for thumb32 instructions recording
2014-01-15 Omair Javaidgdb: ARM: Adds support for recording system call instru...
2014-01-15 Omair Javaidgdb: ARM: Fix for bug in pop instruction decoding
2014-01-15 Omair Javaidgdb: ARM: Fix for bugs in push and ldm instructions...
2014-01-15 Omair Javaidgdb: ARM: Fix for memory record corruption due to 64bit...
2014-01-15 Pedro AlvesFix go32-nat.c build fallout from to_detach constification.
2014-01-15 Tom Tromeyintroduce async_callback_ftype
2014-01-15 Joel BrobeckerFix small style violation in py-value.c:get_field_type
2014-01-15 Joel BrobeckerAdd missing empty line after declarations in "if" block...
2014-01-15 Joel BrobeckerSmall fixes to the GDB/MI Output Syntax grammar.
2014-01-15 Doug Evanspsymtab cleanup patch 3/3
2014-01-15 Doug Evanspsymtab cleanup patch 2/3
2014-01-15 Doug Evanspsymtab cleanup patch 1/3
2014-01-14 Pedro AlvesFix "is a record target open" checks.
2014-01-14 Yao QiChange 'len''s type from LONGEST to ULONGEST: gdbarch...
2014-01-14 Yao QiChange 'len' of linux_common_xfer_osdata to ULONGEST.
2014-01-14 Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-14 Yao QiUse target_xfer_partial_ftype for rs6000_xfer_shared_li...
2014-01-14 Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
2014-01-14 Doug EvansPR symtab/16426
2014-01-13 Tom Tromeyremove obsolete declaration
2014-01-13 Tom Tromeyremove use_windows
2014-01-13 Tom Tromeyremove unused deprecated_flush_hook declaration
2014-01-13 Jan KratochvilFix set auto-load safe-path false warning regression...
2014-01-13 Patrick PalkaHave regdat.sh always rewrite the output register file
2014-01-13 Pedro AlvesNew "make check-headers" rule.
2014-01-13 Tom Tromeyremove deprecated_set_hook
2014-01-13 Eli ZaretskiiFix MinGW compilation errors in gdbserver/.
2014-01-13 Pedro Alvestfile: Don't infer the PC from the tracepoint if the...
2014-01-13 Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-12 Sergio Durigan JuniorSplit i386_stap_parse_special_token into smaller functions
2014-01-10 Pedro Alves[doc] Mention that "set environment" affects the shell...
2014-01-10 Andreas ArnezSince upstream gcc has recently increased the function...
2014-01-10 Joel BrobeckerRemove path from gdb.ada/pp-rec-component.exp "source...
2014-01-10 Joel BrobeckerRemove path from gdb.python/py-pp-integral.exp "source...
2014-01-09 Pedro Alvesgdb.mi/mi-info-os.exp: Fix cross-debugger testing
2014-01-09 Pedro AlvesHandle the case of a remote target supporting target...
2014-01-08 Pedro AlvesGDBserver: Discard previous queued events when GDB...
2014-01-08 Pedro Alves[remote/gdbserver] Don't lose signals when reconnecting.
2014-01-08 Joel BrobeckerUpdate NEWS post GDB 7.7 branch creation.
2014-01-08 Joel BrobeckerBump version to 7.7.50.DATE-cvs.
2014-01-08 Joel BrobeckerAdd missing ChangeLog entries.
2014-01-08 Yao QiFix pointer assignment with different signedness
2014-01-08 Yao QiPass name to symbol_file_add_from_bfd
2014-01-07 Pierre Muller Fix PR16201.
2014-01-07 Andrew PinskiAARCH64: Change cpsr type to be 64bit.
2014-01-07 Andreas SchwabUse correct default for target functions that return...
2014-01-07 Edjunior Barbosa... Fix dir command for duplicated paths and add a new...
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-07 Yao QiFix missing-prototypes error for '_initialize_spu_nat'
2014-01-07 Yao QiCast to uintptr_t when calling ptrace32 on aix
2014-01-07 Joel Brobeckervarobj/Ada: Missing children for interface-wide tagged...
2014-01-07 Joel BrobeckerAda: Fix missing call to pretty-printer for fields...
2014-01-07 Joel Brobeckerada_print_floating: Remove use of statically sized...
2014-01-07 Joel BrobeckerExtract string-printing out of ada_val_print_array
2014-01-07 Joel Brobeckermove ada_val_print_array down within other ada_val_prin...
2014-01-07 Joel Brobeckerrewrite ada_val_print_ref to reduce if/else block nesti...
2014-01-07 Joel Brobeckerada-valprint.c: Inline print_record inside ada_val_prin...
2014-01-07 Joel BrobeckerSplit ada_val_print_1 into smaller functions
2014-01-07 Joel BrobeckerRemove call to gdb_flush at end of ada_val_print_1
2014-01-07 Joel Brobeckerada_val_print_1: Go through val_print instead of recurs...
2014-01-07 Joel Brobeckerada_val_print_1: Add language parameter
2014-01-07 Joel Brobeckerada-valprint.c: Reorder functions to reduce advance...
2014-01-07 Joel Brobecker[python] Add gdb.Type.name attribute.
2014-01-07 Yao QiRemove an empty-body 'if' statement
2014-01-07 Yao QiAdd qualifier 'const' to argument args
2014-01-07 Yao QiUse void for empty argument list in trace_me
2014-01-07 Yao QiMake functions static.
2014-01-07 Yao QiRemove declaration of inf_tid_to_proc
2014-01-07 Yao QiFix no previous prototype for '_initialize_gnu_nat...
2014-01-07 Yao QiUse enum bfd_endian in gdbarch.sh
2014-01-06 Tom Tromeyfix JIT reader path creation
2014-01-06 Tom Tromeyconvert CONST to const
2014-01-06 Hui ZhuFix a error of my previous commit.
2014-01-06 Hui ZhuRemove gdb_bfd_stash_filename to fix crash with fix...
2014-01-03 Doug Evans* nat/linux-waitpid.c (linux_debug): Remove extraneous...
2014-01-01 Joel BrobeckerAdd gdb/ChangeLog entry for previous change.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2014-01-01 Joel BrobeckerUpdate copyright year in gdb/gdbserver/gdbreplay versio...
2014-01-01 Joel BrobeckerAdd gdb/ChangeLog-2013 entry in fnchange.lst.
2014-01-01 Joel BrobeckerNew Year - GDB ChangeLog rotation.
2013-12-30 Joel BrobeckerClarify documentation of the gdb.Field.bitpos attribute
2013-12-29 Sergio Durigan JuniorAdd comment describing arm_stap_is_single_operand
2013-12-28 Sergio Durigan JuniorExtend handling of immediates on ARM's SystemTap SDT...
2013-12-28 Sergio Durigan JuniorImplement SystemTap SDT probe support for AArch64
2013-12-28 Joel BrobeckerFix gdb.Field attributes documentation for enum types.
2013-12-28 Joel BrobeckerTurn -list-feature @table into @ftable.
next