aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add casts to memory allocation related callsSimon Marchi2015-09-251-9/+9
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-8/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-8/+9
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-17/+22
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfaJoel Brobecker2014-12-131-6/+6
* split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_axTom Tromey2014-12-121-21/+19
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-3/+6
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-4/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-8/+2
* record-btrace: extend unwinderMarkus Metzger2014-01-161-0/+6
* frame, cfa: check unwind stop reason firstMarkus Metzger2014-01-161-4/+4
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* "tfind" across unavailable-stack frames.Pedro Alves2013-12-171-5/+4
* revert patch from 2013-11-22Tom Tromey2013-11-261-4/+0
* handle an unspecified return address columnTom Tromey2013-11-221-0/+4
* Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves2013-11-221-15/+22
* Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ...Pedro Alves2013-11-221-22/+15
* Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ...Pedro Alves2013-11-221-15/+22
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Simplify dwarf2-frame.c:read_addr_from_reg.Pedro Alves2013-11-181-6/+1
* Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker2013-11-171-6/+7
* Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker2013-11-141-0/+13
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* -Wpointer-sign: dwarf2-frame.c: Pass unsigned variable to safe_read_uleb128.Pedro Alves2013-04-191-3/+3