aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-01-13New "make check-headers" rule.Pedro Alves1-0/+5
2014-01-13remove deprecated_set_hookTom Tromey1-0/+6
2014-01-13tfile: Don't infer the PC from the tracepoint if the PC is a pseudo-register.Pedro Alves1-0/+5
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-0/+28
2014-01-13replace XMALLOC with XNEWTom Tromey1-0/+47
2014-01-13replace XZALLOC with XCNEWTom Tromey1-0/+81
2014-01-12Split i386_stap_parse_special_token into smaller functionsSergio Durigan Junior1-0/+8
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves1-0/+16
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves1-0/+12
2014-01-08Update NEWS post GDB 7.7 branch creation.Joel Brobecker1-0/+6
2014-01-08Bump version to 7.7.50.DATE-cvs.Joel Brobecker1-0/+5
2014-01-08Add missing ChangeLog entries.gdb-7.7-branchpointJoel Brobecker1-0/+13
2014-01-08Fix pointer assignment with different signednessYao Qi1-0/+6
2014-01-08Pass name to symbol_file_add_from_bfdYao Qi1-0/+5
2014-01-08 Fix PR16201.Pierre Muller1-0/+10
2014-01-07AARCH64: Change cpsr type to be 64bit.Andrew Pinski1-0/+5
2014-01-07Use correct default for target functions that return pointerAndreas Schwab1-0/+6
2014-01-07Fix dir command for duplicated paths and add a new testcase.Edjunior Barbosa Machado1-0/+5
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-0/+41
2014-01-07Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi1-0/+4
2014-01-07Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker1-0/+10
2014-01-07ada_print_floating: Remove use of statically sized buffer.Joel Brobecker1-0/+8
2014-01-07Extract string-printing out of ada_val_print_arrayJoel Brobecker1-0/+8
2014-01-07move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker1-0/+6
2014-01-07rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker1-0/+7
2014-01-07ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker1-0/+6
2014-01-07Split ada_val_print_1 into smaller functionsJoel Brobecker1-0/+11
2014-01-07Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker1-0/+4
2014-01-07ada_val_print_1: Go through val_print instead of recursive call to self.Joel Brobecker1-0/+5
2014-01-07ada_val_print_1: Add language parameterJoel Brobecker1-0/+6
2014-01-07ada-valprint.c: Reorder functions to reduce advance declarations.Joel Brobecker1-0/+8
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker1-0/+6
2014-01-07Remove an empty-body 'if' statementYao Qi1-0/+5
2014-01-07Add qualifier 'const' to argument argsYao Qi1-0/+5
2014-01-07Use void for empty argument list in trace_meYao Qi1-0/+4
2014-01-07Make functions static.Yao Qi1-0/+7
2014-01-07Remove declaration of inf_tid_to_procYao Qi1-0/+4
2014-01-07Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes]Yao Qi1-0/+4
2014-01-07Use enum bfd_endian in gdbarch.shYao Qi1-0/+9
2014-01-06fix JIT reader path creationTom Tromey1-0/+4
2014-01-06convert CONST to constTom Tromey1-0/+6
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu1-0/+17
2014-01-03* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.Doug Evans1-0/+5
2014-01-01Add gdb/ChangeLog entry for previous change.Joel Brobecker1-0/+4
2014-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker1-0/+4
2014-01-01Add gdb/ChangeLog-2013 entry in fnchange.lst.Joel Brobecker1-0/+4
2014-01-01New Year - GDB ChangeLog rotation.Joel Brobecker1-13499/+1
2013-12-29Add comment describing arm_stap_is_single_operandSergio Durigan Junior1-0/+5
2013-12-28Extend handling of immediates on ARM's SystemTap SDT probe supportSergio Durigan Junior1-0/+7
2013-12-28Implement SystemTap SDT probe support for AArch64Sergio Durigan Junior1-0/+11