summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport: add string_xml_appendfSimon Marchi2022-12-162-0/+115
* gdbsupport: change xml_escape_text_append's parameter from pointer to referenceSimon Marchi2022-12-152-9/+9
* Move streq and compare_cstrings to gdbsupportTom Tromey2022-12-151-0/+16
* gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXITAndrew Burgess2022-12-141-19/+73
* fix leak in gdb_environPhilippe Waroquiers2022-11-271-0/+2
* gdb: new $_inferior_thread_count convenience variableAndrew Burgess2022-11-171-0/+4
* Fix Cygwin build after 02d04eacJon Turney2022-11-132-3/+3
* gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi2022-11-082-0/+41
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-198-31/+35
* gdbsupport: re-generate configureSimon Marchi2022-10-091-2/+2
* gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi2022-09-212-0/+57
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-212-24/+28
* gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi2022-09-211-1/+109
* gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi2022-09-212-8/+8
* gdbsupport: Fix config.status dependencyTsukasa OI2022-09-083-2/+3
* gdbsupport: add wrapper around result_of and invoke_resultSimon Marchi2022-08-303-6/+44
* gdbsupport: fix gdb::optional compilation with C++11 && _GLIBCXX_DEBUGSimon Marchi2022-08-261-2/+2
* gdb, gdbsupport: configure: factor out yes/no/auto value checkingSimon Marchi2022-08-261-0/+28
* gdb_do_one_event: use integer test syntaxPatrick Monnerat2022-08-191-2/+2
* gdbsupport/event-loop: add a timeout parameter to gdb_do_one_eventPatrick Monnerat2022-08-182-11/+36
* Use strwinerror in gdb/windows-nat.cTom Tromey2022-08-162-0/+70
* [gdbsupport] Add task size parameter in parallel_for_eachTom de Vries2022-08-051-22/+91
* Introduce gdb::make_function_viewPedro Alves2022-08-051-0/+127
* [gdb] Add debug_{exp,val}Tom de Vries2022-08-051-0/+6
* struct packed: Add fallback byte array implementationPedro Alves2022-07-251-3/+48
* struct packed: Unit tests and more operatorsPedro Alves2022-07-251-30/+49
* struct packed: Use gcc_struct on WindowsPedro Alves2022-07-251-1/+9
* gdbsupport: add checked_static_castAndrew Burgess2022-07-211-0/+68
* [gdbsupport] Fix type of parallel_for_each_debugTom de Vries2022-07-211-1/+1
* [gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries2022-07-181-0/+8
* [gdbsupport] Add parallel_for_each_debugTom de Vries2022-07-181-1/+23
* [gdbsupport] Add sequential_for_eachTom de Vries2022-07-141-0/+23
* [gdb/build] Fix gdb build with gcc 4.8.5Tom de Vries2022-07-141-0/+2
* [gdb/build] Fix build with gcc 4.8.5Tom de Vries2022-07-121-0/+4
* Introduce struct packed templatePedro Alves2022-07-121-0/+90
* [gdb] Block SIGTERM in worker threadsTom de Vries2022-06-301-0/+1
* Make GDBserver abort on internal error in development modePedro Alves2022-06-273-0/+26
* Finalize each cooked index separatelyTom Tromey2022-05-261-0/+121
* [gdbsupport] Fix UB in print-utils.cc:int_stringTom de Vries2022-05-231-1/+5
* gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUGSimon Marchi2022-05-191-1/+1
* Reindent gdbsupport/event-loop.cc:handle_file_eventPedro Alves2022-05-161-54/+50
* gdbsupport/event-loop.cc: simplify !HAVE_POLL pathsPedro Alves2022-05-161-61/+27
* Fix --disable-threading buildTom Tromey2022-05-103-11/+75
* Move non-dependent gdb::observers::observable::visit_state outside templatePedro Alves2022-05-101-15/+24
* gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>John Baldwin2022-04-251-0/+1
* gdbsupport: add path_join functionSimon Marchi2022-04-212-15/+53
* gdbsupport/selftest: Allow lazy registrationLancelot SIX2022-04-192-0/+32
* gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX2022-04-192-22/+36
* gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wit...Simon Marchi2022-04-182-13/+0
* gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi2022-04-182-9/+5