summaryrefslogtreecommitdiff
path: root/gdb/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+4
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-42/+0
* gdb: get_frame_language now takes a frame parameter.Andrew Burgess2015-08-071-32/+29
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Replace TUI's select_frame hook (PR tui/13378)Patrick Palka2015-06-301-2/+0
* Remove --xdbJan Kratochvil2015-04-111-42/+0
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-54/+81
* Fix ARI warning in stack.c (return_command).Mark Wielaard2015-01-261-1/+1
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-2/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-4/+4
* expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.Doug Evans2014-11-151-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-8/+9
* 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
* constify stack.cTom Tromey2014-07-241-2/+2
* Fix read_frame_arg for optimized-out entry values.Jan Kratochvil2014-07-221-0/+2
* constify struct block in some placesTom Tromey2014-06-181-6/+6
* Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind.Andrew Burgess2014-05-301-2/+2
* Rename frame_stop_reason_string to unwind_stop_reason_to_string.Andrew Burgess2014-05-301-2/+2
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-10/+4
* Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME...Hui Zhu2014-04-271-0/+7
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* change minsym representationTom Tromey2014-02-261-7/+7
* Extension Language APIDoug Evans2014-02-051-7/+8
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Avoid "may be used uninitialized" warningYao Qi2013-12-081-1/+2
* Fix "info frame" in the outermost frame.Pedro Alves2013-12-061-4/+23
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves2013-09-171-11/+15
* * blockframe.c: Remove #include "psymtab.h".Doug Evans2013-08-201-1/+0
* gdb/Yao Qi2013-08-091-1/+4
* gdb/Yao Qi2013-08-081-0/+21
* * NEWS: Mention "set print raw frame-arguments".Doug Evans2013-07-171-0/+13
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-1/+1
* http://sourceware.org/ml/gdb-patches/2013-07/msg00059.htmlAndrew Burgess2013-07-041-4/+0
* 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-06-121-11/+11
* * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz2013-05-221-7/+8
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-101-37/+84
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-4/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-13/+15
* * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey2013-03-201-1/+2
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-2/+2
* * stack.c (return_command): Work around uninitialized variableMatthew Gretton-Dann2013-02-081-1/+2
* Allow struct 'return' on 32-bit sparc.David S. Miller2013-02-061-10/+15
* gdb/Jan Kratochvil2013-02-031-1/+2