aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Delete def_uioutPedro Alves2-180/+12
2016-06-21Make out and error streams be per UIPedro Alves7-8/+33
2016-06-21Make input_fd be per UIPedro Alves8-24/+59
2016-06-21Make instream be per UIPedro Alves11-42/+107
2016-06-21Always run async signal handlers in the main UIPedro Alves3-3/+11
2016-06-21Make the intepreters output to all UIsPedro Alves6-428/+916
2016-06-21Introduce interpreter factoriesPedro Alves8-91/+280
2016-06-21Make the interpreters be per UIPedro Alves15-107/+197
2016-06-21Make gdb_stdout&co be per UIPedro Alves5-9/+59
2016-06-21Introduce "struct ui"Pedro Alves6-54/+97
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves4-10/+50
2016-06-21Prepare gdb.python/mi-py-events.exp for Python/MI in separate channelsPedro Alves3-13/+33
2016-06-17Add a test case for the jit-reader interfaceSanjoy Das7-9/+385
2016-06-17Extend step-over-syscall.exp with different detach-on-fork and follow-fork modesYao Qi2-8/+53
2016-06-17Handle reinsert breakpoints for vforked childYao Qi4-5/+91
2016-06-17Delete reinsert breakpoints from forked childYao Qi2-0/+26
2016-06-17Step over exit with reinsert breakpointsYao Qi5-0/+196
2016-06-17More assert checks on reinsert breakpointYao Qi3-1/+19
2016-06-17Switch to current thread in finish_step_overYao Qi4-4/+67
2016-06-17gdb: new AndesTech NDS32 portYan-Ting Lin17-1/+2518
2016-06-14Remove unneeded checks on type lengths.John Baldwin2-1/+5
2016-06-14Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2-1/+5
2016-06-14Initialize 'ra' to zero to avoid uninitialized use.John Baldwin2-0/+5
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