aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* Implement convenience functions to examine GDB settings.Philippe Waroquiers2019-10-314-2/+244
* Also check for strerror_r in gdbserverChristian Biesinger2019-10-314-2/+11
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries2019-10-3133-183/+177
* Don't read agent symbols when disabledChristian Biesinger2019-10-312-4/+22
* Regenerate config.inChristian Biesinger2019-10-312-0/+7
* Use strerror_r in safe_strerror if availableChristian Biesinger2019-10-316-17/+33
* [ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado2019-10-312-4/+13
* Convert int to bool in agent.cChristian Biesinger2019-10-315-16/+30
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test callTom de Vries2019-10-3129-144/+89
* [gdb/testsuite] Add -early pattern flag for gdb_test_multipleTom de Vries2019-10-302-9/+41
* Only clear the minsym array when necessaryChristian Biesinger2019-10-302-8/+22
* Remove unused includes in infcmd.c and infrun.cSimon Marchi2019-10-293-12/+5
* Clean up ada-lang.hSimon Marchi2019-10-293-483/+491
* Remove unused includes in ada-*.c filesSimon Marchi2019-10-294-21/+7
* addrmap: use gdb_static_assert for type size assertionsSimon Marchi2019-10-292-11/+11
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-2915-147/+188
* Only make a nullterminated string if we need toChristian Biesinger2019-10-293-19/+28
* Replace bsearch with a std::lower_bound-based searchChristian Biesinger2019-10-294-14/+77
* Load system gdbinit files from a directoryChristian Biesinger2019-10-2911-22/+235
* Add a string_view version of startswithChristian Biesinger2019-10-282-0/+17
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-26108-124/+240
* Fix find_charset_names.Ali Tamur2019-10-252-4/+7
* Revert unintentional change in symtab.cChristian Biesinger2019-10-251-1/+1
* Don't make an extra copy + allocation of the demangled nameChristian Biesinger2019-10-252-25/+21
* Allow out-of-order reads of CIEsTom Tromey2019-10-252-75/+25
* gdbserver does not need xstrdupTom Tromey2019-10-252-12/+4
* [gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2)Tom de Vries2019-10-257-51/+47
* Call forget_cached_source_info to clear the stale source cacheH.J. Lu2019-10-242-0/+9
* Remove python_has_threads check in configure.acChristian Biesinger2019-10-243-45/+5
* Simplify Python checks in configure.acChristian Biesinger2019-10-244-95/+29
* [gdb/testsuite] Add -wrap pattern flag to gdb_test_multipleTom de Vries2019-10-243-12/+38
* gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess2019-10-244-5/+25
* Fix opcodes includesTom Tromey2019-10-239-11/+27
* Move readline to the readline/readline subdirectoryTom Tromey2019-10-234-3/+11
* infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur2019-10-232-25/+45
* infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur2019-10-232-5/+9
* infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur2019-10-232-20/+25
* Add myself to the gdb/MAINTAINERS write-after-approval listTankut Baris Aktemur2019-10-232-0/+5
* Add a note for how to get the list of threadsChristian Biesinger2019-10-232-0/+8
* Check for sigprocmask in common.m4Tom Tromey2019-10-237-5/+21
* Use m4_include, not sinclude in .m4 filesTom Tromey2019-10-236-30/+45
* [gdb/breakpoints] Fix fullname.exp when run from symlink dirTom de Vries2019-10-232-0/+8
* Make demangled_name_entry::language not a bitfieldChristian Biesinger2019-10-222-1/+6
* Fix compile error & incorrect pushChristian Biesinger2019-10-224-9/+34
* Use libxxhash for hashing, if presentChristian Biesinger2019-10-227-2/+545
* Add a fast_hash function in common-utilsChristian Biesinger2019-10-223-1/+18
* Store the mangled name as a string_viewChristian Biesinger2019-10-222-7/+21
* DWARF 5 support: Handle line table and file indexesAli Tamur2019-10-212-75/+137
* gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objectsAndrew Burgess2019-10-212-6/+14
* Remove tui_exec_info_contentTom Tromey2019-10-212-2/+4