aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey10-50/+65
2016-05-17Add Rust documentationTom Tromey4-1/+109
2016-05-17Update gdb test suite for RustTom Tromey13-1/+1015
2016-05-17Add support for the Rust languageTom Tromey12-7/+4904
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey7-10/+36
2016-05-17Add self-test framework to gdbTom Tromey13-2/+191
2016-05-17Make gdb expression debugging handle OP_F90_RANGETom Tromey2-0/+63
2016-05-17Fix latent yacc-related bug in gdb/Makefile.in init.c ruleTom Tromey2-0/+6
2016-05-17Use unsuspend_all_lwpsYao Qi2-1/+6
2016-05-16Match shell_prompt # in batch-preserve-term-settings.expYao Qi2-2/+6
2016-05-12PR symtab/19999 gdb unable to resolve vars with fission+PIEDoug Evans6-4/+567