aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-06-13gdb: Use UNSUPPORTED not XFAIL for unsupported target featuresAndrew Burgess19-41/+41
2016-06-13Fix compile time warning about a redundant comparison in an assertion statement.Nick Clifton2-1/+5
2016-06-10Constify arch_type and friendsTom Tromey3-26/+48
2016-06-10Fix PR rust/20110Tom Tromey4-2/+26
2016-06-10Fix rust-exp handling in makefileTom Tromey2-4/+11
2016-06-10Fortran: Testsuite, non-local references in nested functions.Bernhard Heckel3-0/+119
2016-06-09Add negative repeat count to 'x' commandToshihito Kikuchi8-3/+741
2016-06-09Add myself as a write-after-approval GDB maintainerToshihito Kikuchi2-0/+5
2016-06-09PR python/19819 - remove unused globals from py-xmethods.cTom Tromey2-12/+8
2016-06-07mi/mi-interp.c: Add missing bracesSimon Marchi2-10/+20
2016-06-07Frame static link: Handle null pointer.Bernhard Heckel2-0/+5
2016-06-06Add method/format information to =record-startedSimon Marchi13-11/+94
2016-06-03Fix C++ build for CygwinJon Turney4-4/+14
2016-06-02Fix PR python/18984Tom Tromey4-2/+16
2016-06-02mi-memory-changed.exp: Fix filename passed to untestedSimon Marchi2-1/+5
2016-06-01gdb/remote-fileio.c: Eliminate custom SIGINT signal handlerPedro Alves2-60/+35
2016-06-01Add xmalloc_failed() function to common-utils.c in to avoid the need to link ...Nick Clifton2-0/+11
2016-06-01infcmd, btrace: fix crash in 'finish' for tailcall-only framesMarkus Metzger2-5/+30
2016-06-01Wake up interruptible_select in remote_fileio ctrl-c handlerYao Qi2-0/+8
2016-05-31Document the GDB 7.11.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan12-93/+851
2016-05-30Add tests for 64bit values in trace-condition.expAntoine Tremblay2-0/+99
2016-05-30Add variable length tests for emit_ref in trace-condition.expAntoine Tremblay3-5/+17
2016-05-30Add emit_less_unsigned test in trace-condition.expAntoine Tremblay2-0/+7
2016-05-30Move trace conditions tests from ftrace.exp to trace-condition.expAntoine Tremblay3-74/+12
2016-05-30Add counter-cases for trace-condition.exp testsAntoine Tremblay2-0/+42
2016-05-30PR 15231: import bare DW_TAG_lexical_blockJan Kratochvil5-25/+120
2016-05-30Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enumJan Kratochvil2-25/+58
2016-05-29NEWS: QCatchSyscalls: simplifyJan Kratochvil2-8/+9
2016-05-29NEWS: Remove empty line.Jan Kratochvil2-1/+4
2016-05-28Return void from linker callbacksAlan Modra2-15/+15
2016-05-27Skip attach-many-short-lived-threads.exp on known-broken DejaGnu versionsPedro Alves2-0/+40
2016-05-27Improve documentation of general query packetsEli Zaretskii2-51/+57
2016-05-27gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTAndrew Burgess2-1/+7
2016-05-27gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTRAndrew Burgess5-5/+99
2016-05-25fix spelling of HAVE_LIBPYTHON2_4 in py-value.cTom Tromey2-2/+7
2016-05-25Fortran, typeprint: Forward level of details to be printed for pointers.Bernhard Heckel5-4/+26
2016-05-25Fortran, testsuite: Fix duplicate testcase name.Bernhard Heckel2-1/+6
2016-05-25Fortran, testsuite: Add testcases for nested structures.Bernhard Heckel2-0/+29
2016-05-25Fortran, typeprint: Decrease level of details when printing elements of a str...Bernhard Heckel7-24/+58
2016-05-25Fortran, typeprint: Take level of details into account when printing elements...Bernhard Heckel4-23/+26
2016-05-25Fortran, typeprint: Fix wrong indentation when ptype nested structures.Bernhard Heckel4-5/+14
2016-05-25Fortran, testsuite: Use multi_line in whatis_type testcase.Bernhard Heckel2-4/+20
2016-05-24Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey4-1/+26
2016-05-24add nb_inplace_divide for python 2Tom Tromey2-0/+8
2016-05-24Fix PR python/17981Tom Tromey6-4/+26
2016-05-24PR gdb/19194 - fix typo in the manualTom Tromey2-1/+6
2016-05-24Fix PR gdb/19828: gdb -p <process from a container>: internal errorPedro Alves5-0/+186
2016-05-24Make gdb/linux-nat.c consider a waitstatus pending on the infrun sidePedro Alves2-1/+11
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves3-39/+156