aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Move errno.h to common-defs.hGary Benson36-48/+43
2014-08-07Include string.h in common-defs.hGary Benson321-439/+327
2014-08-07Include gdb_assert.h in common-defs.hGary Benson228-251/+233
2014-08-07Move common-utils.h to common-defs.hGary Benson9-8/+14
2014-08-07Move ptid.h to common-defs.hGary Benson11-11/+16
2014-08-07Move gdb_locale.h to common-defs.hGary Benson5-3/+10
2014-08-07Move gdb/signals.h to common-defs.hGary Benson6-5/+11
2014-08-07Move pathmax.h to common-defs.hGary Benson5-6/+10
2014-08-07Move libiberty.h to common-defs.hGary Benson10-7/+15
2014-08-07Move ansidecl.h to common-defs.hGary Benson7-9/+12
2014-08-07Move stddef.h to common-defs.hGary Benson20-23/+25
2014-08-07Move stdarg.h to common-defs.hGary Benson11-11/+16
2014-08-07Move stdlib.h to common-defs.hGary Benson21-25/+26
2014-08-07Move stdio.h to common-defs.hGary Benson25-23/+31
2014-08-06Rename variable with confusing nameSimon Marchi2-17/+22
2014-08-06Rearrange awkwardly-nested conditionalsGary Benson2-6/+8
2014-08-06Remove duplicated include fileYao Qi3-2/+6
2014-08-06Replace hardwired target-is-async checkGary Benson2-1/+5
2014-08-06Fix comment in dwarf_decode_lines_1Yao Qi2-1/+7
2014-08-05Remove pointless function initialize_interpsGary Benson2-19/+7
2014-08-05Remove spurious va_end in vwarningGary Benson2-1/+4
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra7-16/+29
2014-08-04Fix incorrect placement of two Intel gdb/NEWS itemsJan Kratochvil2-7/+11
2014-08-04make "set debug target" take effect immediatelyTom Tromey6-6/+29
2014-08-04fix test suite regressionTom Tromey2-2/+7
2014-08-01[gdb/doc] Add target triplet to man filesMasaki Muranaka2-2/+10
2014-08-01Handle variable-sized fields in the interior of structure typeJoel Brobecker5-26/+50
2014-08-01Add debug trace in amd64-windows-tdep.c::amd64_windows_frame_decode_insnsJoel Brobecker2-0/+14
2014-08-01x64-windows: Fix extraction of chained UNWIND_INFOJoel Brobecker2-1/+6
2014-07-31 * inflow.c (child_terminal_inferior): Add comment.Doug Evans3-5/+33
2014-07-31Do not include defs.h or server.h in any header fileGary Benson10-20/+14
2014-07-30Fix incomplete constification in remote-sim.cRoland McGrath2-24/+28
2014-07-30constify to_openTom Tromey20-61/+68
2014-07-30constify some cli-utils stuffTom Tromey7-20/+62
2014-07-30constify exec_file_attachTom Tromey5-12/+20
2014-07-30fix to_open debug settingTom Tromey2-13/+32
2014-07-30gdb.threads/signal-command-handle-nopass.exp: Add commentPedro Alves2-0/+9
2014-07-30Update comments to operator_checkYao Qi3-14/+20
2014-07-30Introduce common/common-defs.hGary Benson6-5/+45
2014-07-30Do not include config.h directlyGary Benson3-2/+5
2014-07-30Make all source files include defs.h or server.h firstGary Benson9-4/+28
2014-07-29simplify target_is_pushedTom Tromey2-3/+7
2014-07-29Document the gdb-7.8 release in GDB's ChangeLog.Joel Brobecker1-0/+4
2014-07-29Fix PR 17206Yao Qi4-1/+50
2014-07-28PR guile/17203Doug Evans4-1/+68
2014-07-28gdb/arm-linux-tdep.c: Handle Thumb2 signal trampolinesWill Newton2-0/+47
2014-07-28gdb/testsuite/gdb.base/varargs.exp: Remove ARM KFAILsWill Newton2-3/+4
2014-07-27 * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans2-1/+5
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans2-1/+5
2014-07-26PR guile/17146Doug Evans8-25/+334