aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22remote: Small cleanup in compare_section_commandPedro Alves2-3/+5
2018-05-22remote: remote_arch_state pointers -> remote_arch_state objectsPedro Alves2-44/+59
2018-05-22remote: multiple remote_arch_state instances per archPedro Alves2-48/+83
2018-05-22remote: Make readahead_cache a C++ classPedro Alves2-35/+52
2018-05-22remote: Eliminate remote_hostio_close_cleanupPedro Alves2-29/+75
2018-05-22remote: struct remote_state, use op new, fix leaksPedro Alves2-61/+70
2018-05-22Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves8-44/+240
2018-05-22[PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho7-7/+126
2018-05-22[PowerPC] Fix inclusion of dfp pseudoregs in tdepPedro Franco de Carvalho2-4/+11
2018-05-22[PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho7-168/+149
2018-05-22[PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho13-303/+170
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho6-14/+36
2018-05-22[PowerPC] Disable regsets using zero sizes in gdbserverPedro Franco de Carvalho2-21/+36
2018-05-22[PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho7-57/+57
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho15-138/+302
2018-05-22fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker2-1/+6
2018-05-22MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registersMaciej W. Rozycki4-0/+26
2018-05-22MIPS/gdbserver: Fix issues with $zero register readsMaciej W. Rozycki2-4/+27
2018-05-21Remove output_command_constTom Tromey4-11/+10
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey4-110/+60
2018-05-21Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey2-3/+5
2018-05-21Remove cleanup from ada-lang.cTom Tromey2-20/+15
2018-05-21Remove a cleanup from trace_dump_actionsTom Tromey2-18/+10
2018-05-21Use std::string in reread_symbolsTom Tromey2-5/+8
2018-05-21Use std::unique_ptr in dwarf2_read_debug_namesTom Tromey2-9/+17
2018-05-20Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi3-6/+15
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi10-64/+49
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi8-31/+115
2018-05-19Remove useless variable int i in backtrace_command_1Philippe Waroquiers2-2/+5
2018-05-19Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRCPhilippe Waroquiers2-1/+5
2018-05-18Allocate dwz_file with newTom Tromey3-21/+32
2018-05-18Allocate dwp_file with newTom Tromey3-29/+49
2018-05-18Use new to allocate mapped_indexTom Tromey3-16/+18
2018-05-18Remove mapped_index::total_sizeSimon Marchi2-4/+4
2018-05-18format_pieces-selftests.c: Silence ARI warningsSimon Marchi2-2/+7
2018-05-18Show padding in ptype/o outputTom Tromey4-22/+62
2018-05-17Don't elide all inlined framesKeith Seitz11-69/+259
2018-05-17Make format_pieces recognize the \e escape sequenceSimon Marchi5-5/+98