aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Fix new inferior events outputPedro Alves7-6/+26
2018-04-24Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior20-62/+266
2018-04-24info-shared.exp: Replace libs=-ldl with shlib_loadSimon Marchi2-1/+6
2018-04-24Reindent cli-out.hTom Tromey2-7/+13
2018-04-24Remove cli_ui_out::out_field_fmtTom Tromey3-19/+7
2018-04-23Remove a cleanup from scm-frame.cTom Tromey2-29/+30
2018-04-23Regenerate gdb/configure and gdbserver/configureTom Tromey4-24/+39
2018-04-22Fixed test case to compile & run on FreeBSDRajendra SY2-2/+13
2018-04-21FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves3-2/+15
2018-04-20Improve on-line help for thread_apply_command and thread_apply_all_command.Philippe Waroquiers1-3/+5
2018-04-19Add test case for a known hang in infrunRichard Bunt3-0/+188
2018-04-19[OB PATCH] Fix some comments in thread.cPhilippe Waroquiers2-5/+9
2018-04-19Fix dependency tracking in gdbserver subdirectoriesSimon Marchi2-2/+11
2018-04-18Remove xml files from gdbserverAlan Hayward2-28/+14
2018-04-18Remove xml file references from target descriptionsAlan Hayward26-32/+77
2018-04-18Create xml from target descriptionsAlan Hayward11-38/+260
2018-04-18Add feature reference in .dat filesAlan Hayward25-0/+60
2018-04-18Add tdesc osabi and architecture functionsAlan Hayward5-4/+60
2018-04-18Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward7-334/+336
2018-04-18Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward8-197/+199
2018-04-18Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward10-129/+190
2018-04-17Conditionally drop the discriminant field in quirk_rust_enumTom Tromey2-3/+11
2018-04-17Fix crash in quirk_rust_enumTom Tromey5-1/+25
2018-04-17Don't print symbol declaration's line number in rbreak outputAndreas Arnez2-16/+28
2018-04-16linux_spu_make_corefile_notes: return note_data instead of nullptrSimon Marchi2-1/+6
2018-04-16Adjust more test cases to changed output of info var/func/typeAndreas Arnez3-2/+8
2018-04-16gdb: Remove support for SH-5/SH64Pedro Alves10-2499/+32
2018-04-16gdb: Remove OpenBSD/m88k supportPedro Alves10-1038/+16
2018-04-15Add x86-tdep.o to i386/amd64 target buildSimon Marchi2-2/+8
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez13-18/+53
2018-04-13btrace: set/show record btrace cpuMarkus Metzger11-33/+416
2018-04-13record: fix typo in "set record" outputMarkus Metzger2-1/+5
2018-04-13btrace: fix output of "set record btrace"Markus Metzger2-1/+8
2018-04-13infrun: step through indirect branch thunksMarkus Metzger17-1/+473
2018-04-12Fix -D_GLIBCXX_DEBUG gdb-add-index regressionJan Kratochvil2-9/+21
2018-04-12Remove old univariant code from rust-lang.cTom Tromey2-23/+7
2018-04-12Fix Solaris buildPedro Alves2-5/+8
2018-04-12Eliminate target_has_exitedPedro Alves3-46/+6
2018-04-11Add test for following fork on position-independent executablesSimon Marchi3-0/+104
2018-04-11Add Rust test case for ".." struct initializerTom Tromey2-0/+7
2018-04-11File I/O file handles after target closesPedro Alves3-5/+40
2018-04-11C++ify fileio_fh_t, replace VEC with std::vectorPedro Alves2-38/+56
2018-04-10Iterate by index in auto_load_safe_path_vec_updateSimon Marchi2-4/+8
2018-04-10Fix gdb.base/fork-running-state.exp racePedro Alves2-16/+10
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves5-50/+63
2018-04-09Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi3-0/+193
2018-04-09Use an std::vector for inline_statesSimon Marchi3-70/+79
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi10-103/+114
2018-04-09Adapt and integrate string_view testsSimon Marchi27-152/+425
2018-04-09Copy string_view tests from libstdc++Simon Marchi73-0/+5345