aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-08-10linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans2-1/+4
2014-08-09Fix PR remote/9053: remove dead code on query packet sizeYao Qi2-4/+5
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi13-60/+67
2014-08-09Make test messages in gdb.mi/mi-var-display.exp uniqueYao Qi2-16/+21
2014-08-07IA64 Linux: Define regset structures.Andreas Arnez2-0/+101
2014-08-07M68K Linux: Define regset structures.Andreas Arnez2-0/+76
2014-08-07TILEGX Linux: Fill 'collect_regset' in regset structure.Andreas Arnez3-23/+22
2014-08-07SCORE: Fill 'collect_regset' in regset structure.Andreas Arnez3-79/+56
2014-08-07NIOS2 Linux: Fill 'collect_regset' in regset structure.Andreas Arnez2-1/+25
2014-08-07M32R Linux: Fill 'collect_regset' in regset structure.Andreas Arnez2-18/+68
2014-08-07HPPA Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-67/+48
2014-08-07FRV Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-87/+70
2014-08-07ALPHA Linux: Fill 'collect_regset' in regset structures.Andreas Arnez2-21/+45
2014-08-07AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez4-98/+73
2014-08-07S390: Migrate to regcache_supply/collect_regset.Andreas Arnez4-328/+188
2014-08-07regcache: Add functions suitable for regset_supply/collect.Andreas Arnez3-0/+141
2014-08-07Rename 'descr' field in regset structure to 'regmap'.Andreas Arnez5-13/+25
2014-08-07Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi4-5/+11
2014-08-07Tweak comments in struct dwarf2_per_cu_dataYao Qi2-2/+6
2014-08-07Fix remote/17230Yao Qi2-1/+8
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