Add linux_get_hwcap
[external/binutils.git] / gdb / stack.c
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyStyle addresses
2018-12-28 Tom TromeyStyle variable names
2018-12-28 Tom TromeyAdd output styles to gdb
2018-11-02 Philippe WaroquiersQUIET flag initialization missing in 2 places.
2018-10-27 Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-28 Andrew Burgessgdb: Change how frames are selected for 'frame' and...
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-22 Jan VranyMI: Print frame architecture when printing frames on...
2018-07-22 Tom TromeySimple unused variable removals
2018-07-12 Philippe WaroquiersImplement frame apply [all | COUNT | -COUNT | level...
2018-06-27 Tom TromeyUpdate "func" help text to GNU standards
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-30 Joel Brobecker(ARI) remove trailing newline in call to error in stack...
2018-05-24 Andrew Burgessgdb: Split func_command into two parts.
2018-05-24 Philippe WaroquiersPATCH (obvious): Fix a comment, and pass stream to...
2018-05-24 Andrew Burgessgdb: Restore selected frame in print_frame_local_vars
2018-05-19 Philippe WaroquiersRemove useless variable int i in backtrace_command_1
2018-05-19 Philippe WaroquiersFix reference in comment: SRC_AND_LOC instead of LOC_AN...
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-27 Tom TromeyRemove verbose code from backtrace command
2018-03-27 Tom TromeyImprove "backtrace" help text
2018-03-27 Tom TromeyMove some code later in backtrace_command_1
2018-03-27 Tom TromeyAllow hiding of some filtered frames
2018-03-27 Tom TromeyChange backtrace_command_1 calling to use flags
2018-03-27 Tom TromeyRationalize "backtrace" command line parsing
2018-03-19 Tom TromeyConvert observers to C++
2018-02-26 Tom TromeyChange frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
2018-02-26 Tom TromeyMake "bt N" print correct number of frames when using...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-22 Simon MarchiShow optimized out local variables in "info locals"
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-07 Tom TromeyRemove cleanup from backtrace_command
2017-11-07 Tom TromeyConstify add_com_suppress_notification
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-09 Pedro AlvesMake cp_remove_params return a gdb::unique_xmalloc_ptr
2017-09-30 Tom TromeyRemove some cleanups from stack.c
2017-09-11 Tom TromeyRemove cleanups from find_frame_funname
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 Tom TromeyUse gdb::def_vector in func_command
2017-09-09 Tom TromeyUse ui_out_emit_tuple in more places
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-22 Simon MarchiRename some command functions
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-04-22 Tom TromeyUse ui_out_emit_list
2017-04-22 Tom TromeyMore uses of ui_out_emit_tuple
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-02-24 Alan HaywardRemove use of MAX_REGISTER_SIZE
2017-02-20 Jan KratochvilDWARF-5: call sites
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-02-02 Simon MarchiRemove unused file_string parameter in gdb_disassembly
2017-01-31 Pedro Alvesgdb/stack.c: Remove unused mem_fileopen
2017-01-10 Simon MarchiUpdate help of the "frame" command
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-06 Markus Metzgerstack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression
2016-10-03 Antoine TremblayEmit inferior, thread and frame selection events to...
2016-08-23 Simon MarchiFix typo in comment
2016-08-03 Tom TromeyAvoid potential memory leak in find_frame_funname
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-02-12 Markus Metzgerstack: check frame_unwind_caller_id
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-23 Joel Brobeckererror/internal-error printing local variable during...
2015-10-12 Andrew Burgessgdb: Simplify parse_frame_specification.
2015-10-12 Andrew Burgessgdb: Avoid unneeded calls to parse_frame_specification.
2015-10-12 Andrew Burgessgdb: Fix bug with dbx style func command.
2015-10-12 Andrew Burgessgdb: Make use of safe-ctype.h header.
2015-10-09 Eli ZaretskiiFix typos in comments
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-07 Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-07 Andrew Burgessgdb: get_frame_language now takes a frame parameter.
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-30 Patrick PalkaReplace TUI's select_frame hook (PR tui/13378)
2015-04-11 Jan KratochvilRemove --xdb
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-26 Mark WielaardFix ARI warning in stack.c (return_command).
2015-01-23 Mark WielaardUse GCC5/DWARF5 DW_AT_noreturn to mark functions that...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-15 Doug Evansexpand_symtab_containing_pc: Renamed from find_pc_sect_...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-24 Tom Tromeyconstify stack.c
2014-07-22 Jan KratochvilFix read_frame_arg for optimized-out entry values.
2014-06-18 Tom Tromeyconstify struct block in some places
2014-05-30 Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
next