aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)AuthorFilesLines
2023-02-02gdbsupport: add type definitions for pid, lwp and tidSimon Marchi1-7/+11
2023-01-31gdbsupport: allow passing nullptr to checked_static_castSimon Marchi1-0/+3
2023-01-30enum_flags to_stringPedro Alves1-0/+66
2023-01-17Avoid submitting empty tasks in parallel_for_eachTom Tromey1-0/+30
2023-01-11Set _WIN32_WINNT in common.m4 configure checkTom Tromey3-3/+26
2023-01-05gdbsupport: fix scoped_debug_start_end's move constructorSimon Marchi1-1/+20
2023-01-05gdbsupport: add gdb::string_view_hashSimon Marchi1-0/+17
2023-01-05gdbsupport: move fast_hash to gdbsupport/common-utils.hSimon Marchi1-0/+21
2023-01-05gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi4-0/+544
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker151-151/+151
2022-12-16gdbsupport: add string_xml_appendfSimon Marchi2-0/+115
2022-12-15gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2-9/+9
2022-12-15Move streq and compare_cstrings to gdbsupportTom Tromey1-0/+16
2022-12-14gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess1-19/+73
2022-11-27fix leak in gdb_environPhilippe Waroquiers1-0/+2
2022-11-17gdb: new $_inferior_thread_count convenience variableAndrew Burgess1-0/+4
2022-11-13Fix Cygwin build after 02d04eacJon Turney2-3/+3
2022-11-08gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi2-0/+41
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves8-31/+35
2022-10-09gdbsupport: re-generate configureSimon Marchi1-2/+2
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi2-0/+57
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2-24/+28
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+109
2022-09-21gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi2-8/+8
2022-09-08gdbsupport: Fix config.status dependencyTsukasa OI3-2/+3
2022-08-30gdbsupport: add wrapper around result_of and invoke_resultSimon Marchi3-6/+44
2022-08-26gdbsupport: fix gdb::optional compilation with C++11 && _GLIBCXX_DEBUGSimon Marchi1-2/+2
2022-08-26gdb, gdbsupport: configure: factor out yes/no/auto value checkingSimon Marchi1-0/+28
2022-08-19gdb_do_one_event: use integer test syntaxPatrick Monnerat1-2/+2
2022-08-18gdbsupport/event-loop: add a timeout parameter to gdb_do_one_eventPatrick Monnerat2-11/+36
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey2-0/+70
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries1-22/+91
2022-08-05Introduce gdb::make_function_viewPedro Alves1-0/+127
2022-08-05[gdb] Add debug_{exp,val}Tom de Vries1-0/+6
2022-07-25struct packed: Add fallback byte array implementationPedro Alves1-3/+48
2022-07-25struct packed: Unit tests and more operatorsPedro Alves1-30/+49
2022-07-25struct packed: Use gcc_struct on WindowsPedro Alves1-1/+9
2022-07-21gdbsupport: add checked_static_castAndrew Burgess1-0/+68
2022-07-21[gdbsupport] Fix type of parallel_for_each_debugTom de Vries1-1/+1
2022-07-18[gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries1-0/+8
2022-07-18[gdbsupport] Add parallel_for_each_debugTom de Vries1-1/+23
2022-07-14[gdbsupport] Add sequential_for_eachTom de Vries1-0/+23
2022-07-14[gdb/build] Fix gdb build with gcc 4.8.5Tom de Vries1-0/+2
2022-07-12[gdb/build] Fix build with gcc 4.8.5Tom de Vries1-0/+4
2022-07-12Introduce struct packed templatePedro Alves1-0/+90
2022-06-30[gdb] Block SIGTERM in worker threadsTom de Vries1-0/+1
2022-06-27Make GDBserver abort on internal error in development modePedro Alves3-0/+26
2022-05-26Finalize each cooked index separatelyTom Tromey1-0/+121
2022-05-23[gdbsupport] Fix UB in print-utils.cc:int_stringTom de Vries1-1/+5
2022-05-19gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUGSimon Marchi1-1/+1