aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-13Fix "save breakpoints" for "catch" commandJan Kratochvil4-6/+29
2014-10-12Fix "save breakpoints" for "disable $bpnum" command.Jan Kratochvil5-2/+19
2014-10-12Use gdb_test_sequence in gdb.base/save-bp.exp.Jan Kratochvil2-2/+17
2014-10-11Enable qTStatus packet in case it is disabledYao Qi2-0/+10
2014-10-11Get GDBserver pid on remote targetYao Qi3-2/+33
2014-10-11Clean up server-kill.expYao Qi2-4/+4
2014-10-11No longer pull thread list explicitlyYao Qi4-21/+9
2014-10-10Delete IRIX supportPedro Alves23-1321/+52
2014-10-10Microblaze: Reject invalid target descriptionsAjit Kumar Agarwal2-1/+12
2014-10-10Cache the vsyscall/vDSO range per-inferiorPedro Alves2-2/+113
2014-10-10PR symtab/14466: Work around PR libc/13097 "linux-vdso.so.1"Pedro Alves5-2/+170
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves10-26/+120
2014-10-10infrun.c:normal_stop: Fix typo in commentPedro Alves2-1/+5
2014-10-09PR tdep/9390: Fix typo on xstorxstormy16-tdep.cSergio Durigan Junior2-1/+7
2014-10-09Remove unused local variableYao Qi2-1/+5
2014-10-08Add Yao Qi as global maintainerStan Shebs2-0/+5
2014-10-08Do not include unnecessary files in fbsd-tdep.cGary Benson2-3/+4
2014-10-08Include common-exceptions.h in common-defs.hGary Benson5-3/+10
2014-10-08Include cleanups.h in common-defs.hGary Benson6-3/+11
2014-10-08Remove spurious exceptions.h inclusionsGary Benson122-126/+124
2014-10-05MIPS: Rewrite `add_offset_16' to match its nameMaciej W. Rozycki2-7/+15
2014-10-05MIPS: Correct heuristic prologue termination conditionsMaciej W. Rozycki2-142/+313
2014-10-05MIPS: Correct MUSTBE32 interpretation in delay slot handlingMaciej W. Rozycki2-8/+20
2014-10-03Also mark ELF solib trampoline minimal symbols specialMaciej W. Rozycki2-1/+9
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki17-45/+99
2014-10-03MIPS bit field failures in gdb.base/store.expLuis Machado2-41/+49
2014-10-03[RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry typesPierre Muller2-0/+6
2014-10-02gdb.base/structs.c (main): Don't run forever.Doug Evans2-3/+9
2014-10-02gdb.threads/manythreads.exp: clean up and add commentPedro Alves2-32/+56
2014-10-02Fix non-stop regressions caused by "breakpoints always-inserted off" changesPedro Alves8-38/+144
2014-10-02PR17431: following execs with "breakpoint always-inserted on"Pedro Alves5-5/+164
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves7-16/+65
2014-10-01Really fail inserting software breakpoints on read-only regionsPedro Alves6-32/+263