aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-01-10Use gdbpy_enter in py-progspace.cTom Tromey2-3/+5
2017-01-10Use gdbpy_enter in py-objfile.cTom Tromey2-3/+5
2017-01-10Use gdbpy_enter in py-inferior.cTom Tromey2-59/+23
2017-01-10Use gdbpy_enter in py-finishbreakpoint.cTom Tromey2-8/+7
2017-01-10Use gdbpy_enter in py-cmd.cTom Tromey2-10/+9
2017-01-10Use gdbpy_enter in py-breakpoint.cTom Tromey2-10/+10
2017-01-10Introduce gdbpy_enterTom Tromey3-37/+64
2017-01-10Use gdbpy_ref in gdbpy_lookup_symbolTom Tromey2-10/+12
2017-01-10Use gdbpy_ref in py-value.cTom Tromey2-29/+20
2017-01-10Use gdbpy_ref in python.cTom Tromey2-18/+16
2017-01-10Use gdbpy_ref in py-prettyprint.cTom Tromey2-62/+41
2017-01-10Use gdbpy_ref in call_doc_functionTom Tromey2-6/+9
2017-01-10Use gdbpy_ref in py-linetable.cTom Tromey2-37/+19
2017-01-10Use gdbpy_ref in py-framefilter.cTom Tromey2-57/+35
2017-01-10Use gdbpy_ref in gdbpy_breakpointsTom Tromey2-13/+9
2017-01-10Use gdbpy_ref in gdbpy_inferiorsTom Tromey2-13/+9
2017-01-10Use gdbpy_ref in py-function.cTom Tromey2-16/+16
2017-01-10Use gdbpy_ref in gdbpy_string_to_argvTom Tromey2-8/+9
2017-01-10Use gdbpy_ref in py-type.cTom Tromey2-117/+83
2017-01-10Change event code to use gdbpy_refTom Tromey12-272/+167
2017-01-10Introduce py-ref.hTom Tromey2-0/+163
2017-01-10Change return type of ui_out redirect to voidSimon Marchi11-32/+34
2017-01-10Update help of the "frame" commandSimon Marchi2-3/+5
2017-01-09Fix inferior memory reading in GDBServer for arm/aarch32Antoine Tremblay3-4/+12
2017-01-08[D] Fix crash when debug expression enabled.Iain Buclaw4-6/+51
2017-01-06Include gdb_proc_service.h in x86-linux-nat.hYao Qi2-0/+6
2017-01-06Include serial.h in ser-base.h.Yao Qi2-0/+6
2017-01-06Include ppc-tdep.h in ppc-linux-tdep.hYao Qi2-0/+6
2017-01-06Include signal.h in nat/amd64-linux-siginfo.hYao Qi2-0/+6
2017-01-06Include break-common.h in nat/aarch64-linux-hw-point.hYao Qi2-0/+6
2017-01-06Include mi-cmds.h in mi-parse.hYao Qi2-0/+5
2017-01-06Include target.h in inf-loop.hYao Qi3-1/+7
2017-01-06Include doublest.h and expression.h in dfp.hYao Qi2-0/+7
2017-01-06Include ax.h in ax-gdb.hYao Qi2-0/+6
2017-01-06Update gdb_ptrace.h in HFILES_NO_SRCDIRYao Qi2-1/+6
2017-01-05Fix ARI warningYao Qi2-4/+10
2017-01-04Use correct OSABI constant for FreeBSD/mips binaries.John Baldwin2-1/+6
2017-01-04Add native target for FreeBSD/mips.John Baldwin6-0/+154
2017-01-04Add FreeBSD/mips architecture.John Baldwin8-0/+615
2017-01-04Fix an internal error on writing pieced valueYao Qi2-12/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker4359-4366/+4370
2017-01-01Rotate GDB main ChangeLog for 2017Joel Brobecker3-10284/+10298
2016-12-23Fix more cases of improper test namesLuis Machado746-942/+1597
2016-12-23Fix incorrect reference to source filesLuis Machado3-3/+8
2016-12-23Updated email address.Bernhard Heckel1-1/+1
2016-12-22infrun.c (set_step_over_info): Add comment.Doug Evans2-1/+7
2016-12-22New syntax for mt print symbols,msymbols,psymbols.Doug Evans8-195/+422
2016-12-22Class-ify ui_outSimon Marchi64-2377/+2341
2016-12-20gdb: Constify solib_findPedro Alves5-9/+22
2016-12-20Fix longjmp across readline w/ --enable-sjlj-exceptions toolchainsPedro Alves2-5/+27