aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace bsearch with a std::lower_bound-based searchChristian Biesinger2019-10-291-14/+10
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Allow out-of-order reads of CIEsTom Tromey2019-10-251-75/+17
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-10/+9
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* dwarf2-frame.c: Fix FDE processing bug involving non-contiguous rangesKevin Buettner2019-07-271-1/+7
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Convert dwarf2-frame.c to type-safe registry APITom Tromey2019-05-081-7/+6
* Detect invalid length field in debug frame FDE header.Sandra Loosemore2019-04-251-7/+7
* Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur2019-04-221-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* Revert the header-sorting patchTom Tromey2019-04-061-12/+10
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-10/+12
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-2/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+6
* Change dwarf2_frame_state_reg_info::reg to be std::vectorTom Tromey2018-10-031-14/+14
* Add support for DW_OP_GNU_variable_valueKevin Buettner2018-08-181-0/+5
* gdb: Add switch to disable DWARF stack unwindersAndrew Burgess2018-07-261-0/+31
* Remove symfile_complaintsTom Tromey2018-05-231-7/+6
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-2/+1
* Enable -Wsuggest-overrideTom Tromey2018-04-271-10/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add selftests run filteringSimon Marchi2017-09-161-1/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exceptionYao Qi2017-08-111-14/+0
* Class-fy dwarf2_frame_state_reg_infoYao Qi2017-08-111-80/+84
* Class-fy dwarf2_frame_stateYao Qi2017-08-111-59/+45
* Move dwarf2_frame_state_reg.exp_len to union .locYao Qi2017-08-111-8/+8
* [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang2017-04-261-80/+12
* DWARF-5: call sitesJan Kratochvil2017-02-201-1/+1
* Add scoped_value_markTom Tromey2017-01-101-4/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make some dwarf_expr_context methods pure virtualTom Tromey2016-10-211-0/+44
* Convert dwarf_expr_context_funcs to methodsTom Tromey2016-10-211-39/+26
* Convert DWARF expr functions to methodsTom Tromey2016-10-211-4/+4
* Initial conversion of dwarf_expr_ctxTom Tromey2016-10-211-16/+14
* Remove unused variablesTom Tromey2016-07-141-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-22/+17
* Add some more casts (1/2)Simon Marchi2015-09-251-15/+25