aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Move shared native target specific code to gdb/natGary Benson38-74/+117
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson8-128/+154
2014-06-20Fix gdbserver cross build.Marcus Shawcroft4-0/+102
2014-06-20Similarly to the AArch64 patch, set DF_STATIC_TLS for consistency withKyle McMartin2-0/+8
2014-06-20daily updateAlan Modra1-1/+1
2014-06-19Initial pass at D language expression parser support.Iain Buclaw7-8/+1808
2014-06-19Remove any_runningYao Qi3-15/+5
2014-06-19Use enum thread_stateYao Qi2-8/+11
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves9-30/+69
2014-06-19Directly call i386-dregs functionsGary Benson2-6/+21
2014-06-19Create nat/i386-dregs.cGary Benson19-1133/+752
2014-06-19Refactor i386_{insert,remove}_hw_breakpointGary Benson2-34/+11
2014-06-19Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson5-112/+107
2014-06-19Demangler crash handlerGary Benson8-3/+214
2014-06-19Refactor and expose core-dumping functionalityGary Benson3-12/+80
2014-06-19Add new internal problem for demangler warningsGary Benson6-46/+134
2014-06-19The testcase was generating DW_AT_high_pc and DW_AT_low_pc entriesLuis Machado2-6/+11
2014-06-19daily updateAlan Modra1-1/+1
2014-06-18[rx] Make .B suffix optional when possible.DJ Delorie2-6/+15
2014-06-18ld/ARM: Add target arm*b-*-freebsd*, update target arm*-*-freebsd*.Andreas Tobler6-2/+33
2014-06-18make common_block constTom Tromey3-2/+8
2014-06-18constify some blockvector APIsTom Tromey18-52/+89
2014-06-18constify complete_lineTom Tromey3-2/+7
2014-06-18remove unneeded cast in symtab.cTom Tromey2-1/+5
2014-06-18constify parse_cli_boolean_valueTom Tromey3-2/+7
2014-06-18constify probe.c functionTom Tromey3-5/+11
2014-06-18constify struct block in some placesTom Tromey32-75/+133
2014-06-18Make xmethods tests not to depend on inferior IO.Siva Chandra3-25/+70
2014-06-18Move macros from i386-{nat,low}.c to i386-{nat,low}.hGary Benson5-24/+46
2014-06-18Create nat/i386-dregs.hGary Benson8-100/+173
2014-06-18Symptom:Luis Machado5-72/+182
2014-06-18Rename functions and make nonstatic as necessaryGary Benson7-105/+160
2014-06-18Abstract i386_dr_low accessGary Benson4-6/+44
2014-06-18Merge i386_update_inferior_debug_regsGary Benson4-15/+24
2014-06-18Rename maint_show_dr to debug_hw_pointsGary Benson2-10/+15
2014-06-18Merge error handlingGary Benson2-9/+16
2014-06-18Merge printing codeGary Benson4-47/+73
2014-06-18Add a constGary Benson2-1/+6
2014-06-18Comment changesGary Benson5-34/+56
2014-06-18Remove unused macroGary Benson2-3/+4
2014-06-18Remove unnecessary prototypesGary Benson2-36/+7
2014-06-18Whitespace changesGary Benson4-25/+45
2014-06-18Brown paper bag: left out part of the ChangeLog entry ...Samuel Bronson1-1/+1
2014-06-18* MAINTAINERS: Update Roland McGrath's email address.Samuel Bronson2-1/+7
2014-06-18daily updateAlan Modra1-1/+1
2014-06-18GAS: Fix MMIX err-fb-2.s regression caused by recent generic GAS changes.Hans-Peter Nilsson2-0/+18
2014-06-17remove redundant savestring declarationTom Tromey2-2/+4
2014-06-17use make_cleanup_freeargvTom Tromey2-1/+5
2014-06-17This fixes a bug whereby #line directives inside a macro would be ignored,Chris Metcalf2-0/+28
2014-06-17Prevent large (or negative) version values from overflowing into other fields...Nick Clifton2-4/+10