aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-09Add gdb::string_viewSimon Marchi4-260/+126
2018-04-09Copy string_view files from libstdc++Simon Marchi3-0/+916
2018-04-09Update ax_cv_cxx_compile_cxx.m4Simon Marchi3-31/+460
2018-04-09Apply "Convert observers to C++" edit to gdbarch.shPedro Alves2-2/+9
2018-04-07Fix gdb.mi/mi-stack.exp when gcc generates a stack protectorSimon Marchi3-5/+11
2018-04-07Fix indentation in gdb.mi/mi-stack.expSimon Marchi2-55/+58
2018-04-07Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi4-39/+33
2018-04-07Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi4-92/+84
2018-04-07Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi4-148/+113
2018-04-07Remove some usages of get_dwarf2_per_objfileSimon Marchi2-35/+36
2018-04-07Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi3-47/+90
2018-04-07Remove some unused variables in dwarf2read.cSimon Marchi2-23/+9
2018-04-07Defer breakpoint reset when cloning progspace for fork childSimon Marchi2-1/+7
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi6-28/+82
2018-04-07Remove stale file i386-avx.datSimon Marchi2-54/+4
2018-04-07Fix generation of x86-64 gdbarch with osabi none (PR 22979)Simon Marchi5-8/+88
2018-04-07Make "set osabi none" really work (PR 22980)Simon Marchi6-11/+50
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi18-225/+224
2018-04-06Change value::contents to be a unique_xmalloc_ptrTom Tromey2-12/+20
2018-04-06Remove range_s VECTom Tromey2-107/+119
2018-04-06Change value::parent to a value_ref_ptrTom Tromey2-15/+12
2018-04-06Use new and delete for valuesTom Tromey2-48/+56
2018-04-06Remove value::next and value::releasedTom Tromey2-68/+36
2018-04-06Remove free_value_chainTom Tromey6-73/+69
2018-04-06Remove free_all_valuesTom Tromey3-22/+5
2018-04-06Change value history to use value_ref_ptrTom Tromey2-54/+20
2018-04-06Change varobj to use value_ref_ptrTom Tromey5-36/+54
2018-04-06Change last_examine_value to value_ref_ptrTom Tromey2-13/+14
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey4-52/+46
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey19-114/+136
2018-04-06Add -Wno-error=deprecated-register to gdb build flagsSimon Marchi3-2/+10
2018-04-05Remove unnecessary include from linespec.hTom Tromey2-1/+4
2018-04-05Remove typep and VEC(typep) from linespec.cTom Tromey2-25/+16
2018-04-05More use of std::vector in linespec.cTom Tromey6-78/+47
2018-04-05Change streq to return boolTom Tromey6-12/+37
2018-04-05Remove a string copy from event_location_to_salsTom Tromey2-7/+6
2018-04-05Have filter_results take a std::vectorTom Tromey2-16/+11
2018-04-05Return std::string from canonical_to_fullformTom Tromey2-63/+61
2018-04-05Make copy_token_string return unique_xmalloc_ptrTom Tromey2-65/+37
2018-04-05Fix some indentation in linespec.cTom Tromey2-70/+71