aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: on x86-64 non-trivial C++ objects are returned in memoryAndrew Burgess2021-12-231-3/+13
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-17/+19
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+2
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-5/+6
* gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt2021-09-031-6/+6
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+3
* gdb: handle case where type alignment is unknownAndrew Burgess2021-06-071-1/+4
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-8/+8
* gdb: Allow prologue detection via symbols for Intel compilers.Felix Willgerodt2021-04-081-4/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-10/+13
* Add x86_64 ravenscar supportTom Tromey2020-11-021-0/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-18/+18
* gdb: introduce displaced_debug_printfSimon Marchi2020-10-301-50/+25
* Apply 'const' in more placesTom Tromey2020-09-141-14/+14
* Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma2020-08-201-3/+4
* amd64_analyze_prologue: fix incorrect commentVictor Collod2020-08-061-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi2020-05-061-0/+19
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-4/+4
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb/tdep] Fix inferior call arg passing for amd64Tom de Vries2019-10-161-47/+67
* [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argumentsTom de Vries2019-10-161-0/+3
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-041-23/+0
* Fix passing of struct with bitfields on x86-64Tom Tromey2019-04-241-4/+6
* Fix AMD64 return value ABI in expression evaluationLeszek Swirski2019-04-151-11/+33
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-20/+16
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-16/+20
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-121-9/+1
* Normalize includes to use common/Tom Tromey2019-01-251-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/+7
* Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}Simon Marchi2018-10-211-13/+18
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-291-7/+10
* Remove regcache_raw_collectSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_supplySimon Marchi2018-05-301-6/+4
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3