aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-15thread.c: cleanup breakpoint deletionPedro Alves2-20/+37
2014-10-15Remove deprecated_insert_raw_breakpoint and friendsPedro Alves3-146/+21
2014-10-15Put single-step breakpoints on the bp_location chainPedro Alves7-147/+270
2014-10-15infrun.c: add for_each_just_stopped_threadPedro Alves2-32/+54
2014-10-15Rewrite non-continuable watchpoints handlingPedro Alves5-90/+114
2014-10-15Decide whether we may have removed breakpoints based on step_over_infoPedro Alves2-8/+20
2014-10-15gdbserver/win32: Rewrite debug registers handlingPedro Alves5-101/+175
2014-10-15PR python/17364Doug Evans6-18/+54
2014-10-15Remove d-support.c and use gdb_demangle for demangling D symbols.Iain Buclaw7-664/+20
2014-10-15Remove non-address bits for longjmp resume breakpointAndreas Arnez2-1/+9
2014-10-15Delete gdb/regformats/microblaze.datPedro Alves2-61/+4
2014-10-15Microblaze: Replace microblaze-expedite from pc to rpcAjit Kumar Agarwal3-2/+7
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra32-358/+261
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra35-64/+97
2014-10-15Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial.Siva Chandra2-0/+10
2014-10-15Add new non-trial return value tests.Siva Chandra3-0/+53
2014-10-15Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args.Siva Chandra2-5/+18
2014-10-15Non trivial return value tests.Siva Chandra3-0/+114
2014-10-15Bump bfd version.Tristan Gingold13-61/+86
2014-10-15src-release.sh: configure using --target.Tristan Gingold2-1/+5
2014-10-15Fix py-parameter.exp for remote hostYao Qi2-1/+13
2014-10-15Fix file name matching on remote host.Yao Qi4-7/+39
2014-10-15Clean up gdb.python/ testsYao Qi4-7/+15
2014-10-15Allow unquoted = as the first character in ldscript input_list namesHans-Peter Nilsson4-18/+49
2014-10-15If "=" is the first character in a ldscript input file, force a sysroot prefix.Hans-Peter Nilsson2-0/+23
2014-10-15Add sysroot-prefix ld linker tests.Hans-Peter Nilsson4-0/+194
2014-10-15lib/ld-lib.exp (check_sysroot_available): New proc.Hans-Peter Nilsson2-0/+22
2014-10-15ld.texinfo: "=" path-prefix forces sysroot in scripts not only SEARCH_DIRHans-Peter Nilsson2-1/+7
2014-10-15ld.texinfo: Clarify that sysroot affects "=" expansion.Hans-Peter Nilsson2-1/+7
2014-10-15ChangeLog typo fixAlan Modra1-1/+1
2014-10-15Fix memory overflow issue about strncatChen Gang2-1/+5
2014-10-15daily updateAlan Modra1-1/+1
2014-10-14[Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker7-0/+121
2014-10-14gdb.dwarf2: Testsuite 64-bit pointer truncation fixesMaciej W. Rozycki5-35/+74
2014-10-14Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior4-10/+25
2014-10-14Explicitly use language_c when evaluating a SDT probe argumentSergio Durigan Junior6-3/+159
2014-10-14Convert mov to lea only if r_offset >= 2H.J. Lu3-0/+10
2014-10-14Fix fail in mi-var-child.exp and mi-var-display.expYao Qi6-10/+69
2014-10-14Use mi_varobj_update in mi-var-child.exp and mi2-var-child.expYao Qi3-60/+83
2014-10-14Add NEWS markers for 2.25.Tristan Gingold7-0/+19
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra9-26/+43
2014-10-14Correct fscanf char field countAlan Modra2-3/+9
2014-10-14sparc-aout and sparc-coff breakageAlan Modra2-1/+7
2014-10-14daily updateAlan Modra1-1/+1
2014-10-13Change name of file name test in py-objfile.exp.Doug Evans2-1/+5
2014-10-13Fix dw2-op-out-param.S CU offset values.Doug Evans2-20/+25
2014-10-13fix file paths in previous commitDoug Evans1-2/+2
2014-10-13Remove some code duplication in py-objfile.c, py-progspace.c.Doug Evans3-100/+70
2014-10-13Run eh_frame optimisation for relocatable linkAlan Modra5-17/+44
2014-10-13Fix "save breakpoints" for "catch" commandJan Kratochvil4-6/+29