aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Remove cplus_specific from general_symbol_info.Doug Evans3-48/+15
2014-12-02PR symtab/17602Doug Evans6-70/+113
2014-12-02PR symtab/17591Doug Evans2-13/+13
2014-12-02dwarf2read.c (peek_die_abbrev): Improve error message text.Doug Evans2-2/+8
2014-12-02Remove remnant of Chill support.Doug Evans2-3/+6
2014-12-02Fix comment typoSimon Marchi2-1/+5
2014-12-02New python events: inferior call, register/memory changed.Nick Bull19-14/+682
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans19-682/+14
2014-12-02New python events: infcall, register/memory changed.Doug Evans19-14/+682
2014-12-02python/py-infthread.c: Whitespace fixes.Doug Evans2-8/+10
2014-12-02execl-update-breakpoints.exp: Move whole segment instead of .text sectionAndreas Arnez2-8/+28
2014-12-02S390: Fix 'expedite' for s390-te-linux64Andreas Arnez3-2/+8
2014-12-01Remove duplicate commentSimon Marchi2-4/+4
2014-12-01Fix Python help() test for Python 3Simon Marchi2-1/+5
2014-12-01Use core regset iterators on GNU HurdUlrich Weigand4-38/+36
2014-12-01Don't enable gdbtk in testsuiteYao Qi3-195/+7
2014-11-30Add add-auto-load-scripts-directory.Jan Kratochvil5-0/+50
2014-11-30Fix add-auto-load-safe-path typo.Jan Kratochvil2-3/+8
2014-11-30frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()Martin Galvan2-1/+6
2014-11-29Check that thread stack temps are not already enabled before enabling them.Siva Chandra2-1/+7
2014-11-29[arm] compute framereg and framesize when neededYao Qi2-16/+23
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra13-24/+523
2014-11-28Fix prints in tests for Python 3Simon Marchi9-30/+41
2014-11-28Fix amd64 dwarf register number mapping (MMX register and higher)Pierre Muller2-1/+13
2014-11-28Remove (dead-code) native core file sniffers on Linux targetsUlrich Weigand5-73/+11
2014-11-28gdb_realpath: Rework comment about handling on Windows.Joel Brobecker2-9/+32
2014-11-28Import rename moduleYao Qi24-35/+4303
2014-11-28Use canonicalize_file_name unconditionallyYao Qi5-69/+19
2014-11-28Import canonicalize-lgplYao Qi21-67/+3315
2014-11-28Use lstat unconditionallyYao Qi5-7/+9
2014-11-28Import lstatYao Qi11-79/+400
2014-11-28Use readlink unconditionallyYao Qi10-15/+19
2014-11-28Import readlinkYao Qi15-67/+1245
2014-11-28Fix date in changelogYao Qi1-1/+1
2014-11-28Match library name prefixed with sysrootYao Qi2-1/+14
2014-11-27Fix test always passing in python/py-linetable.expSimon Marchi2-2/+8
2014-11-26gdb.dwarf2/dw2-op-out-param.S: Fix comment.Doug Evans2-1/+5
2014-11-26Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2-0/+8
2014-11-25Fix Nios II prologue analyzer to handle multiple stack adjustments.Sandra Loosemore2-8/+31
2014-11-25Fix Nios II GDB epilogue detection to handle multiple stack adjustments.Sandra Loosemore2-17/+47
2014-11-25Refactor Nios II GDB support to use helper functions for disassembly andSandra Loosemore2-308/+581
2014-11-24Reindent code (resolve_dynamic_type_internal).Jan Kratochvil2-20/+24
2014-11-24[Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault2-3/+14
2014-11-23Fix dumping of function arguments.Doug Evans2-7/+15
2014-11-23Add myself as write-after-approval GDB maintainerPatrick Palka2-0/+5
2014-11-23Always consider infcall breakpoints as non-permanent.Joel Brobecker2-0/+19
2014-11-23Specify SA_RESTART when registering the SIGWINCH signal handlerPatrick Palka2-0/+8
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka4-2/+49
2014-11-23checkpoint: print index of new checkpoint in response messagePatrick Palka2-3/+11
2014-11-23Refine read_stringYao Qi2-15/+19