aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb: introduce frame_debug_printfSimon Marchi2021-06-291-45/+30
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-9/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.cSimon Marchi2020-10-051-1/+1
* Fix function argument and return value locationsHannes Domani2020-10-051-4/+17
* Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney2020-09-181-0/+5
* Add amd64_windows_gregset_reg_offsetJon Turney2020-09-181-0/+70
* Add sniffer for Cygwin x86_64 core dumpsJon Turney2020-09-181-0/+25
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi2020-04-081-2/+8
* gdb: define builtin long type to be 64 bits on amd64 CygwinSimon Marchi2020-03-161-6/+17
* gdb: select "Cygwin" OS ABI for Cygwin binariesSimon Marchi2020-03-161-3/+6
* gdb: add Windows OS ABISimon Marchi2020-03-161-1/+4
* gdb: recognize 64 bits Windows executables as Cygwin osabiSimon Marchi2020-03-161-0/+14
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-2/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+3
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-15/+11
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-11/+15
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-6/+6
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-291-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_write_partSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_read_partSimon Marchi2018-05-301-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use amd64_target_description to get tdesc_amd64Yao Qi2017-09-041-1/+3
* Fix x86-64 GNU/Linux crashesPedro Alves2017-07-131-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-3/+4
* remove trivialy unused variablesTrevor Saunders2016-05-071-15/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* infinite loop stopping at "pop" insn on x64-windowsJoel Brobecker2015-11-231-0/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Fix amd64 windows unwinding issues within MS dlls.Tristan Gingold2015-03-181-36/+79