aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-24[Linux] Avoid refetching core-of-thread if thread hasn't runPedro Alves2-1/+16
2016-05-24[Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/mapsPedro Alves2-23/+62
2016-05-24Linux native thread create/exit events supportPedro Alves3-17/+73
2016-05-24Fix syntax error in annota-input-while-running.expFrancis Ricci2-2/+6
2016-05-24Add myself as a write-after-approval GDB maintainerYan-Ting Lin2-0/+5
2016-05-23Skip unwritable frames in command "finish"Yao Qi10-0/+94
2016-05-23Fix PR python/19438, PR python/18393 - initialize dictionariesTom Tromey6-2/+24
2016-05-23Use standard_testfile in gdb.arch/thumb-prologue.exp and gdb.arch/thumb2-it.expYao Qi3-6/+7
2016-05-23Remove unused libthread_db td_thr_validate referenceGary Benson3-3/+7
2016-05-23Search for libutil-freebsd as alternative to libutilJon Boden3-2/+9
2016-05-19Fix invalid implicit conversions from void *Andreas Schwab4-42/+88
2016-05-18Fix build failure with GCC 4.1.Tom Tromey2-1/+6
2016-05-18Add mi-threads-interrupt.exp test (PR 20039)Simon Marchi3-0/+135
2016-05-18Fix double prompt output after run control MI commands with mi-async on (PR 2...Simon Marchi2-1/+7
2016-05-17Fix -exec-run not running asynchronously with mi-async on (PR gdb/18077)Simon Marchi5-4/+102