aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-19don't allocate serial_opsTom Tromey5-182/+226
2013-12-19make serial_ops constTom Tromey8-24/+36
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell7-4/+62
2013-12-19fortran: enable ptype/whatis for user defined types.Keven Boell4-12/+102
2013-12-18Improve and fix catch-syscall.expSergio Durigan Junior3-98/+91
2013-12-18gdb/Yufeng Zhang4-2/+18
2013-12-18Add target_xfer_partial_ftypeYao Qi10-60/+38
2013-12-18Replace sprintf with xsnprintfYao Qi2-4/+12
2013-12-18Fix the format of one ChangeLog entryYao Qi1-2/+2
2013-12-18ARI fix in value.c::value_entirely_unavailableJoel Brobecker2-2/+7
2013-12-17"tfind" across unavailable-stack frames.Pedro Alves8-50/+139
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess7-22/+625