aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Remove a VEC from type.cTom Tromey5-80/+87
2018-05-29Remove tp_t typedefTom Tromey2-5/+4
2018-05-29Remove const_char_ptr typedefTom Tromey3-6/+6
2018-05-27Remove last reference to REMOTE_OBSTom Tromey2-2/+5
2018-05-25Clear entire "location" in value constructorTom Tromey2-2/+5
2018-05-25Remove cleanups from dbxread.cTom Tromey2-93/+49
2018-05-25Add "name" method to class interpTom Tromey5-13/+29
2018-05-25Remove interp_nameTom Tromey5-14/+10
2018-05-25Remove interp_ui_outTom Tromey10-27/+29
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey4-9/+9
2018-05-25Use scoped_restore in a couple of interp-related placesTom Tromey3-16/+10
2018-05-25Use gdb::byte_vector in remote.cTom Tromey2-15/+13
2018-05-25Remove cleanups from coff-pe-read.cTom Tromey2-29/+21
2018-05-25Use TRY/CATCH in remove_prev_frameTom Tromey2-33/+27
2018-05-25MIPS/Linux: Correct o32 core file FGR interpretationMaciej W. Rozycki7-108/+273
2018-05-25remote_target::m_remote_state, pointer -> objectPedro Alves2-274/+281
2018-05-24gdb: Split func_command into two parts.Andrew Burgess2-30/+46
2018-05-24PATCH (obvious): Fix a comment, and pass stream to cb_data.Philippe Waroquiers2-4/+7
2018-05-24Update help text in record.cTom Tromey1-2/+2
2018-05-24Update help text in linux-fork.cTom Tromey1-2/+2
2018-05-24Update help text in record-btrace.cTom Tromey1-2/+2
2018-05-24Update help text in tracepoint.cTom Tromey2-4/+4
2018-05-24Update help text in disasm.cTom Tromey1-1/+1
2018-05-24Update help text for "jump" commandTom Tromey1-1/+1
2018-05-24Update help text in dcache.cTom Tromey1-3/+4
2018-05-24Update help strings in TUITom Tromey2-15/+14
2018-05-24Update memattr.c help stringsTom Tromey1-13/+13
2018-05-24Update core-related help stringsTom Tromey2-1/+3
2018-05-24Update help strings in skip.cTom Tromey1-7/+7
2018-05-24Fix help and documentation for inferior commandsTom Tromey2-7/+16
2018-05-24gdb: Restore selected frame in print_frame_local_varsAndrew Burgess8-20/+182
2018-05-24testsuite: Extend TLS core file testing with an OS-generated dumpMaciej W. Rozycki3-21/+53
2018-05-24Fix macOS build, missing overridePedro Alves2-1/+6
2018-05-23Remove struct complaintsTom Tromey2-11/+12
2018-05-23Remove struct complainTom Tromey4-69/+23
2018-05-23Remove file and line from struct complainTom Tromey2-15/+11
2018-05-23Remove vcomplaintTom Tromey2-17/+13
2018-05-23Remove struct explanationTom Tromey2-48/+16
2018-05-23Remove symfile_complaintsTom Tromey26-565/+427
2018-05-23Remove "noisy" parameter from clear_complaintsTom Tromey6-18/+23
2018-05-23Remove elements from complaint_seriesTom Tromey4-86/+15
2018-05-23Remove internal_complaintTom Tromey3-15/+5
2018-05-23Improve File I/O overflow detection in gdbserver (PR server/23198)Erik Kurzinger2-4/+15
2018-05-22Fix gdb.base/remote.exp with native-extended-gdbserver boardPedro Alves2-2/+13
2018-05-22gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'Maciej W. Rozycki2-1/+5
2018-05-22MIPS/gdbserver: Correctly handle narrow big-endian register transfersMaciej W. Rozycki2-4/+52
2018-05-22remote: one struct remote_state per struct remote_targetPedro Alves7-743/+1211
2018-05-22remote: Make vcont_builder a classPedro Alves2-38/+59
2018-05-22Handle "show remote memory-write-packet-size" when not connectedPedro Alves4-23/+86
2018-05-22remote: Move discard_pending_stop_replies callPedro Alves2-3/+10