aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Remove duplicated #include's from GDBHonggyu Kim39-50/+42
2014-01-07Fix missing-prototypes error for '_initialize_spu_nat'Yao Qi2-0/+6
2014-01-07Cast to uintptr_t when calling ptrace32 on aixYao Qi1-15/+15
2014-01-07varobj/Ada: Missing children for interface-wide tagged typesJoel Brobecker5-0/+133
2014-01-07Ada: Fix missing call to pretty-printer for fields of records.Joel Brobecker8-13/+171
2014-01-07ada_print_floating: Remove use of statically sized buffer.Joel Brobecker2-16/+16
2014-01-07Extract string-printing out of ada_val_print_arrayJoel Brobecker2-49/+72
2014-01-07move ada_val_print_array down within other ada_val_print* functionsJoel Brobecker2-66/+73
2014-01-07rewrite ada_val_print_ref to reduce if/else block nesting depthJoel Brobecker2-33/+39
2014-01-07ada-valprint.c: Inline print_record inside ada_val_print_struct_unionJoel Brobecker2-24/+18
2014-01-07Split ada_val_print_1 into smaller functionsJoel Brobecker2-218/+332
2014-01-07Remove call to gdb_flush at end of ada_val_print_1Joel Brobecker2-1/+4
2014-01-07ada_val_print_1: Go through val_print instead of recursive call to self.Joel Brobecker2-14/+14
2014-01-07ada_val_print_1: Add language parameterJoel Brobecker2-11/+20
2014-01-07ada-valprint.c: Reorder functions to reduce advance declarations.Joel Brobecker2-199/+194
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker9-0/+142
2014-01-07Remove an empty-body 'if' statementYao Qi2-3/+7
2014-01-07Add qualifier 'const' to argument argsYao Qi2-1/+6
2014-01-07Use void for empty argument list in trace_meYao Qi2-1/+5
2014-01-07Make functions static.Yao Qi2-5/+12
2014-01-07Remove declaration of inf_tid_to_procYao Qi2-1/+4
2014-01-07Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes]Yao Qi2-0/+8
2014-01-07Use enum bfd_endian in gdbarch.shYao Qi4-12/+21
2014-01-06fix JIT reader path creationTom Tromey2-1/+5
2014-01-06convert CONST to constTom Tromey3-2/+8
2014-01-07Fix a error of my previous commit.Hui Zhu1-1/+1
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu7-67/+36
2014-01-03* nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output.Doug Evans2-1/+5
2014-01-01Add gdb/ChangeLog entry for previous change.Joel Brobecker1-0/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker3280-3285/+3285
2014-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker5-3/+12
2014-01-01Add gdb/ChangeLog-2013 entry in fnchange.lst.Joel Brobecker2-0/+5
2014-01-01New Year - GDB ChangeLog rotation.Joel Brobecker2-13499/+13508
2013-12-30Clarify documentation of the gdb.Field.bitpos attributeJoel Brobecker2-2/+7
2013-12-29Add comment describing arm_stap_is_single_operandSergio Durigan Junior2-0/+8
2013-12-28Extend handling of immediates on ARM's SystemTap SDT probe supportSergio Durigan Junior2-4/+11
2013-12-28Implement SystemTap SDT probe support for AArch64Sergio Durigan Junior3-0/+150
2013-12-28Fix gdb.Field attributes documentation for enum types.Joel Brobecker2-4/+13
2013-12-28Turn -list-feature @table into @ftable.Joel Brobecker2-2/+7
2013-12-23Reorganize extension language auto-loading docs.Doug Evans2-246/+289
2013-12-232013-12-17 Sterling Augustine <saugustine@google.com>Sterling Augustine2-1/+6
2013-12-23Some cleanups on stap-probe.cSergio Durigan Junior2-39/+54
2013-12-23Move GDB/MI commands related to support-query to their own @node.Joel Brobecker2-141/+165
2013-12-202013-12-20 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2-44/+12
2013-12-19Mask out PREFIX_ADDR when adding prefix to opcodeH.J. Lu2-1/+8
2013-12-19Properly decode MODRM byte for 64-bitH.J. Lu2-2/+8
2013-12-19Zero-extend address from 32-bit to 64-bit for ADDR32 prefixH.J. Lu2-0/+13
2013-12-19Add amd64_x32_linux_record_tdep and amd64_x32_sysH.J. Lu3-57/+807
2013-12-19Extend SystemTap SDT probe argument parserSergio Durigan Junior11-208/+513
2013-12-19Fix PR breakpoints/16297: catch syscall with syscall 0Gabriel Krisman Bertazi5-9/+43