aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Fix return value of uo_redirectSimon Marchi2-2/+6
2016-11-26Remove ui_out_destroySimon Marchi3-36/+5
2016-11-26Rename ui_out_data to mi_ui_out_dataSimon Marchi2-2/+7
2016-11-26Remove unused functions and declarationsSimon Marchi5-50/+13
2016-11-26Remove stale commentsSimon Marchi3-5/+5
2016-11-25Remove check requiring void argument to functions with no parameters.John Baldwin2-10/+4
2016-11-25Fix typo in MakefileSimon Marchi2-1/+5
2016-11-25Fix typos in commentSimon Marchi2-1/+5
2016-11-25Fix typo in commentSimon Marchi2-1/+5
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin6-14/+23
2016-11-24Add noexcept to custom non-throwing new operators.John Baldwin2-2/+7
2016-11-24Optimize byte-aligned copies in copy_bitwise()Andreas Arnez2-4/+28
2016-11-24Add unit test for copy_bitwiseAndreas Arnez3-2/+151
2016-11-24Fix copy_bitwise()Andreas Arnez4-149/+96
2016-11-24Fix PR12616 - gdb does not implement DW_AT_data_bit_offsetAndreas Arnez4-0/+119
2016-11-23gdb: Use C++11 std::chronoPedro Alves16-210/+358
2016-11-23Minor formatting fixups in MakefilesSimon Marchi4-48/+55
2016-11-23Normalize names of some source filesSimon Marchi110-287/+471
2016-11-23Makefiles: Flatten and sort file listsSimon Marchi7-426/+1347
2016-11-23gdbserver: Use warning for warningsPedro Alves4-8/+13
2016-11-23gdbserver: Use debug_printf for debug outputPedro Alves6-35/+43
2016-11-22Fix spelling mistakes in comments in shell scriptsAmbrogino Modigliani4-4/+10
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani3-2/+7
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi23-42/+57
2016-11-22gdbarch software_single_step frame_info to regcache: spuYao Qi2-4/+12
2016-11-22gdbarch software_single_step frame_info to regcache: tic6xYao Qi2-11/+19
2016-11-22gdbarch software_single_step frame_info to regcache: rs6000Yao Qi3-17/+32
2016-11-22gdbarch software_single_step frame_info to regcache: s390Yao Qi2-3/+9
2016-11-22gdbarch software_single_step frame_info to regcache: sparcYao Qi2-7/+18
2016-11-22gdbarch software_single_step frame_info to regcache: nios2Yao Qi2-12/+21
2016-11-22gdbarch software_single_step frame_info to regcache: moxieYao Qi2-3/+9
2016-11-22gdbarch software_single_step frame_info to regcache: mipsYao Qi2-69/+85
2016-11-22gdbarch software_single_step frame_info to regcache: crisYao Qi2-6/+16
2016-11-22gdbarch software_single_step frame_info to regcache: alphaYao Qi2-9/+20
2016-11-22gdbarch software_single_step frame_info to regcache: aarch64Yao Qi2-2/+9
2016-11-22New regcache_raw_get_signedYao Qi3-0/+24
2016-11-22Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi2-1/+6
2016-11-21Add missing POSTCOMPILE step to mi/ file generation rulesSimon Marchi2-0/+6
2016-11-21Create subobject value in pretty printerYao Qi6-36/+42
2016-11-19ARI: Add detection of printf_vma and sprintf_vmaJoel Brobecker2-0/+21
2016-11-18Makefile: fix typoSimon Marchi2-1/+5
2016-11-18gdb/doc: Add missing comma after xrefAndreas Arnez2-1/+6
2016-11-17Makefile: Replace explicit subdir rules with pattern rulesSimon Marchi2-733/+236
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi4-8/+25
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi12-408/+98
2016-11-17Document new hard requirement on GNU makeSimon Marchi2-0/+9
2016-11-17gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves2-14/+18
2016-11-17gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves2-5/+4
2016-11-17gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves2-9/+10
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves3-33/+40