summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-292-2/+5
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-293-0/+35
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-095-19/+15
* gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.hSimon Marchi2023-03-061-0/+3
* Introduce gdb_exception_forced_quitKevin Buettner2023-02-272-1/+35
* Remove struct bufferTom Tromey2023-02-244-250/+1
* Do not cast away const in agent_run_commandTom Tromey2023-02-142-7/+9
* Move implementation of perror_with_name to gdbsupportAaron Merey2023-02-102-3/+34
* GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki2023-02-101-1/+7
* Let user C-c when waiting for DWARF index finalizationTom Tromey2023-02-091-0/+27
* gdbsupport: add type definitions for pid, lwp and tidSimon Marchi2023-02-021-7/+11
* gdbsupport: allow passing nullptr to checked_static_castSimon Marchi2023-01-311-0/+3
* enum_flags to_stringPedro Alves2023-01-301-0/+66
* Avoid submitting empty tasks in parallel_for_eachTom Tromey2023-01-171-0/+30
* Set _WIN32_WINNT in common.m4 configure checkTom Tromey2023-01-113-3/+26
* gdbsupport: fix scoped_debug_start_end's move constructorSimon Marchi2023-01-051-1/+20
* gdbsupport: add gdb::string_view_hashSimon Marchi2023-01-051-0/+17
* gdbsupport: move fast_hash to gdbsupport/common-utils.hSimon Marchi2023-01-051-0/+21
* gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi2023-01-054-0/+544
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-01151-151/+151
* 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