Make Elf_file::section_name() a const function, so that it can be used in
[external/binutils.git] / gdb /
2014-09-02 Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-09-02 Gary BensonUse XCNEW rather than xcalloc (1, ...) in linux-x86...
2014-09-01 Maciej W. RozyckiMove `_initialize_varobj' to the end of varobj.c
2014-08-29 Gary BensonUse exceptions and cleanups in gdbserver
2014-08-29 Gary BensonIntroduce common/common-exceptions.[ch]
2014-08-29 Gary BensonIntroduce common/gdb_setjmp.h
2014-08-29 Gary BensonMove cleanups.[ch] to common
2014-08-29 Gary BensonMove internal_{,v}warning to common/errors.[ch]
2014-08-29 Gary BensonUnify startup and option-parsing warnings
2014-08-29 Gary BensonReplace all usage errors with calls to error
2014-08-29 Gary BensonReplace hardwired error handler in go32_create_inferior
2014-08-29 Gary BensonReplace hardwired error handler in captured_main
2014-08-29 Gary BensonReplace hardwired error handlers in tui_initialize_io
2014-08-29 Gary BensonMake warning usable earlier
2014-08-29 Gary BensonMake error usable earlier
2014-08-29 Gary BensonMake internal_vproblem always work
2014-08-28 Doug EvansMove definition of some prologue-related functions...
2014-08-28 Doug Evanssymtab.c (find_function_start_sal): Move definition...
2014-08-28 Doug EvansRewrite {amd64,i386}-pseudo.c to better specify registe...
2014-08-28 Gary BensonRemove fatal function and prototype
2014-08-28 Gary BensonConvert fatal to perror_with_name in IPA code
2014-08-28 Gary BensonConvert fatal to error in remote_prepare
2014-08-28 Gary BensonDowngrade fatal to warning in linux_async
2014-08-28 Gary BensonConvert fatal to gdb_assert in both i386_dr_low_set_addr
2014-08-28 Gary BensonStraightforward fatal to internal_error conversions
2014-08-28 Yao Qiarm software watchpoint: return to epilogue
2014-08-28 Yao QiRemove dwarf_decode_lines argumewant_line_info
2014-08-27 Doug Evansdwarf2read.c (dwarf_record_line): Fix typo.
2014-08-27 Sergio Durigan JuniorAdding last commit's ChangeLog entry.
2014-08-27 Patrick PalkaFix terminal state corruption when starting a program...
2014-08-27 Doug Evanslib/gdb.exp (gdb_compile_shlib): Add support for clang.
2014-08-25 Doug EvansFix clang compilation errors in gdb.mi/basics.c.
2014-08-25 Doug Evansgdb.threads/thread-execl.exp: #include <stdio.h>.
2014-08-25 Doug Evanslinux-nat.c (linux_nat_close): Don't pass NULL for...
2014-08-25 Yao QiFix grammatical error in comments
2014-08-24 Yao QiUpdate comments in scan_partial_symbols and add_partial...
2014-08-24 Yao Qiset print symbol off in py-value.exp and scm-value.exp
2014-08-23 Doug EvansFix pr 17276.
2014-08-22 Doug EvansCreate a typedef for record_line: record_line_ftype.
2014-08-22 Yao QiCopy .py files to remote host
2014-08-22 Yao QiRemove workaround to libbabeltrace 1.1.0 issue
2014-08-21 Jan KratochvilFix 'gcore' with exited threads
2014-08-21 Pedro Alvesinfcmd.c: Remove stale TODO
2014-08-21 Pedro AlvesRemove useless gcore command detection
2014-08-21 Will Newtongdb: Fix aarch64 native build issue caused by use of...
2014-08-20 Pedro AlvesIntegrate PR 12649's race detector directly in the...
2014-08-20 Joel BrobeckerFix handling of typedefs to types having a data_locatio...
2014-08-20 Pedro Alvesvalue.c (value_contents_bits_eq): Initialize l,h for...
2014-08-20 Yao QiAdjust comments with example in it
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-19 Jan KratochvilFix -fsanitize=address on unreadable inferior strings
2014-08-19 Pedro AlvesRemove stale comment
2014-08-19 Simon MarchiConvert target_structs vector to VEC
2014-08-19 Joel Brobeckervalue_from_pointer: remove call to resolve_dynamic_type
2014-08-19 Yao QiSet breakpoint on the right line
2014-08-19 Yao QiSupport _Complex in hard-VFP abi
2014-08-19 Alan ModraFix --diable-shared --enable-plugins build breakage
2014-08-19 Gary BensonIntroduce common-debug.h
2014-08-19 Gary BensonMove print-utils.h to common-defs.h
2014-08-19 Gary BensonIntroduce common-types.h
2014-08-19 Gary BensonIntroduce common/errors.h
2014-08-19 Gary BensonEnsure internal_vproblem always prints the message
2014-08-18 David Blaikieboards/fission.exp: Explicitly pass -ggnu-pubnames...
2014-08-18 Joel Brobeckergdb.dwarf2/data-loc.exp: Remove second DW_AT_upper...
2014-08-18 Doug Evansada-typeprint.c (print_range): Initialize lo,hi for...
2014-08-18 Joel BrobeckerDW_AT_data_location and DW_OP_push_object_address testcase.
2014-08-18 Joel Brobecker[Ada] "ptype" of array where bound value uses DW_OP_pus...
2014-08-18 Joel BrobeckerAdd support for DW_AT_data_location.
2014-08-18 Joel BrobeckerAdd support for DW_OP_push_object_address.
2014-08-18 Joel Brobeckerada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing...
2014-08-18 Joel Brobeckeravoid "if ... else if ... else" logic in ada-lang.c...
2014-08-18 Joel BrobeckerFix indentation level in ada-lang.c::ada_evaluate_subexp.
2014-08-16 Siva ChandraAdd new argument NOSIDE to find_overload_match.
2014-08-16 Siva ChandraFix xmethod Python so that it works with Python3.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Move definition of adj_opcode...
2014-08-15 Doug Evansdwarf2read.c (dwarf_decode_lines_1): Add comment.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Delete local "column", unused.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Delete local basic_block, unused.
2014-08-15 Eli ZaretskiiAvoid compiler warnings about incomplete parameter...
2014-08-15 Joel BrobeckerAdd "frame.h" #include in gdbarch.h.
2014-08-15 Yao QiSkip tfile.exp if unable to generate trace file
2014-08-14 Yao QiSet print symbol off in some tests
2014-08-14 Yao QiRemove pst from dwarf_decode_lines_1
2014-08-13 Yao QiFix build/17104
2014-08-12 Doug EvansDelete "Loaded symbols for ..." message, it is redundant.
2014-08-11 Doug Evanslinux-nat.c (linux_nat_thread_address_space): Delete...
2014-08-09 Yao QiFix PR remote/9053: remove dead code on query packet...
2014-08-09 Yao QiRemove duplicated code on checking address 0x0 is acces...
2014-08-09 Yao QiMake test messages in gdb.mi/mi-var-display.exp unique
2014-08-07 Andreas ArnezIA64 Linux: Define regset structures.
2014-08-07 Andreas ArnezM68K Linux: Define regset structures.
2014-08-07 Andreas ArnezTILEGX Linux: Fill 'collect_regset' in regset structure.
2014-08-07 Andreas ArnezSCORE: Fill 'collect_regset' in regset structure.
2014-08-07 Andreas ArnezNIOS2 Linux: Fill 'collect_regset' in regset structure.
2014-08-07 Andreas ArnezM32R Linux: Fill 'collect_regset' in regset structure.
2014-08-07 Andreas ArnezHPPA Linux: Fill 'collect_regset' in regset structures.
2014-08-07 Andreas ArnezFRV Linux: Fill 'collect_regset' in regset structures.
2014-08-07 Andreas ArnezALPHA Linux: Fill 'collect_regset' in regset structures.
2014-08-07 Andreas ArnezAARCH64 Linux: Fill 'collect_regset' in regset structures.
2014-08-07 Andreas ArnezS390: Migrate to regcache_supply/collect_regset.
next