projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make stap-probe.c:stap_parse_register_operand's "regname" an std::string
[external/binutils.git]
/
gdb
/
stack.c
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
2018-12-28
Tom Tromey
Style addresses
blob
|
commitdiff
|
diff to current
2018-12-28
Tom Tromey
Style variable names
blob
|
commitdiff
|
diff to current
2018-12-28
Tom Tromey
Add output styles to gdb
blob
|
commitdiff
|
diff to current
2018-11-02
Philippe Waroquiers
QUIET flag initialization missing in 2 places.
blob
|
commitdiff
|
diff to current
2018-10-27
Philippe Waroquiers
Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
blob
|
commitdiff
|
diff to current
2018-10-22
Simon Marchi
Introduce gdbarch_num_cooked_regs
blob
|
commitdiff
|
diff to current
2018-10-05
Tom Tromey
Simple -Wshadow=local fixes
blob
|
commitdiff
|
diff to current
2018-09-28
Andrew Burgess
gdb: Change how frames are selected for 'frame' and...
blob
|
commitdiff
|
diff to current
2018-08-23
Kevin Buettner
Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
blob
|
commitdiff
|
diff to current
2018-08-22
Jan Vrany
MI: Print frame architecture when printing frames on...
blob
|
commitdiff
|
diff to current
2018-07-22
Tom Tromey
Simple unused variable removals
blob
|
commitdiff
|
diff to current
2018-07-12
Philippe Waroquiers
Implement frame apply [all | COUNT | -COUNT | level...
blob
|
commitdiff
|
diff to current
2018-06-27
Tom Tromey
Update "func" help text to GNU standards
blob
|
commitdiff
|
diff to current
2018-06-21
Pedro Alves
Use thread_info and inferior pointers more throughout
blob
|
commitdiff
|
diff to current
2018-05-30
Joel Brobecker
(ARI) remove trailing newline in call to error in stack...
blob
|
commitdiff
|
diff to current
2018-05-24
Andrew Burgess
gdb: Split func_command into two parts.
blob
|
commitdiff
|
diff to current
2018-05-24
Philippe Waroquiers
PATCH (obvious): Fix a comment, and pass stream to...
blob
|
commitdiff
|
diff to current
2018-05-24
Andrew Burgess
gdb: Restore selected frame in print_frame_local_vars
blob
|
commitdiff
|
diff to current
2018-05-19
Philippe Waroquiers
Remove useless variable int i in backtrace_command_1
blob
|
commitdiff
|
diff to current
2018-05-19
Philippe Waroquiers
Fix reference in comment: SRC_AND_LOC instead of LOC_AN...
blob
|
commitdiff
|
diff to current
2018-04-06
Tom Tromey
Introduce a gdb_ref_ptr specialization for struct value
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Remove verbose code from backtrace command
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Improve "backtrace" help text
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Move some code later in backtrace_command_1
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Allow hiding of some filtered frames
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Change backtrace_command_1 calling to use flags
blob
|
commitdiff
|
diff to current
2018-03-27
Tom Tromey
Rationalize "backtrace" command line parsing
blob
|
commitdiff
|
diff to current
2018-03-19
Tom Tromey
Convert observers to C++
blob
|
commitdiff
|
diff to current
2018-02-26
Tom Tromey
Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
blob
|
commitdiff
|
diff to current
2018-02-26
Tom Tromey
Make "bt N" print correct number of frames when using...
blob
|
commitdiff
|
diff to current
2018-01-05
Pedro Alves
Fix regresssion(internal-error) printing subprogram...
blob
|
commitdiff
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
diff to current
2017-11-22
Simon Marchi
Show optimized out local variables in "info locals"
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_info
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Remove cleanup from backtrace_command
blob
|
commitdiff
|
diff to current
2017-11-07
Tom Tromey
Constify add_com_suppress_notification
blob
|
commitdiff
|
diff to current
2017-10-25
Yao Qi
s/get_regcache_arch (regcache)/regcache->arch ()/g
blob
|
commitdiff
|
diff to current
2017-10-09
Pedro Alves
Make cp_remove_params return a gdb::unique_xmalloc_ptr
blob
|
commitdiff
|
diff to current
2017-09-30
Tom Tromey
Remove some cleanups from stack.c
blob
|
commitdiff
|
diff to current
2017-09-11
Tom Tromey
Remove cleanups from find_frame_funname
blob
|
commitdiff
|
diff to current
2017-09-11
Tom Tromey
Rename _const functions to use overloading instead
blob
|
commitdiff
|
diff to current
2017-09-09
Tom Tromey
Use gdb::def_vector in func_command
blob
|
commitdiff
|
diff to current
2017-09-09
Tom Tromey
Use ui_out_emit_tuple in more places
blob
|
commitdiff
|
diff to current
2017-09-09
John Baldwin
Remove unnecessary function prototypes.
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
Kill init_sal
blob
|
commitdiff
|
diff to current
2017-09-04
Pedro Alves
struct symtabs_and_lines -> std::vector<symtab_and_line>
blob
|
commitdiff
|
diff to current
2017-08-22
Simon Marchi
Rename some command functions
blob
|
commitdiff
|
diff to current
2017-08-03
Tom Tromey
Introduce gdb_argv, a class wrapper for buildargv
blob
|
commitdiff
|
diff to current
2017-04-22
Tom Tromey
Use ui_out_emit_list
blob
|
commitdiff
|
diff to current
2017-04-22
Tom Tromey
More uses of ui_out_emit_tuple
blob
|
commitdiff
|
diff to current
2017-04-22
Tom Tromey
Use ui_out_emit_tuple
blob
|
commitdiff
|
diff to current
2017-02-24
Alan Hayward
Remove use of MAX_REGISTER_SIZE
blob
|
commitdiff
|
diff to current
2017-02-20
Jan Kratochvil
DWARF-5: call sites
blob
|
commitdiff
|
diff to current
2017-02-02
Pedro Alves
Eliminate make_cleanup_ui_file_delete / make ui_file...
blob
|
commitdiff
|
diff to current
2017-02-02
Simon Marchi
Remove unused file_string parameter in gdb_disassembly
blob
|
commitdiff
|
diff to current
2017-01-31
Pedro Alves
gdb/stack.c: Remove unused mem_fileopen
blob
|
commitdiff
|
diff to current
2017-01-10
Simon Marchi
Update help of the "frame" command
blob
|
commitdiff
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
diff to current
2016-12-22
Simon Marchi
Class-ify ui_out
blob
|
commitdiff
|
diff to current
2016-11-08
Pedro Alves
'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
blob
|
commitdiff
|
diff to current
2016-10-21
Tom Tromey
Remove make_cleanup_restore_current_uiout
blob
|
commitdiff
|
diff to current
2016-10-06
Markus Metzger
stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regression
blob
|
commitdiff
|
diff to current
2016-10-03
Antoine Tremblay
Emit inferior, thread and frame selection events to...
blob
|
commitdiff
|
diff to current
2016-08-23
Simon Marchi
Fix typo in comment
blob
|
commitdiff
|
diff to current
2016-08-03
Tom Tromey
Avoid potential memory leak in find_frame_funname
blob
|
commitdiff
|
diff to current
2016-05-08
Trevor Saunders
remove trivialy unused variables
blob
|
commitdiff
|
diff to current
2016-02-12
Markus Metzger
stack: check frame_unwind_caller_id
blob
|
commitdiff
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
diff to current
2015-11-23
Joel Brobecker
error/internal-error printing local variable during...
blob
|
commitdiff
|
diff to current
2015-10-12
Andrew Burgess
gdb: Simplify parse_frame_specification.
blob
|
commitdiff
|
diff to current
2015-10-12
Andrew Burgess
gdb: Avoid unneeded calls to parse_frame_specification.
blob
|
commitdiff
|
diff to current
2015-10-12
Andrew Burgess
gdb: Fix bug with dbx style func command.
blob
|
commitdiff
|
diff to current
2015-10-12
Andrew Burgess
gdb: Make use of safe-ctype.h header.
blob
|
commitdiff
|
diff to current
2015-10-09
Eli Zaretskii
Fix typos in comments
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add some more casts (2/2)
blob
|
commitdiff
|
diff to current
2015-09-25
Simon Marchi
Add casts to memory allocation related calls
blob
|
commitdiff
|
diff to current
2015-08-26
Simon Marchi
Replace some xmalloc-family functions with XNEW-family...
blob
|
commitdiff
|
diff to current
2015-08-25
Pierre-Marie de...
DWARF: handle non-local references in nested functions
blob
|
commitdiff
|
diff to current
2015-08-07
Andrew Burgess
gdb: Move get_frame_language from stack.c to frame.c.
blob
|
commitdiff
|
diff to current
2015-08-07
Andrew Burgess
gdb: get_frame_language now takes a frame parameter.
blob
|
commitdiff
|
diff to current
2015-08-01
Pierre-Marie de...
Replace the block_found global with explicit data-flow
blob
|
commitdiff
|
diff to current
2015-07-14
Simon Marchi
Remove CHECK_TYPEDEF, use check_typedef instead
blob
|
commitdiff
|
diff to current
2015-06-30
Patrick Palka
Replace TUI's select_frame hook (PR tui/13378)
blob
|
commitdiff
|
diff to current
2015-04-11
Jan Kratochvil
Remove --xdb
blob
|
commitdiff
|
diff to current
2015-03-07
Pedro Alves
Split TRY_CATCH into TRY + CATCH
blob
|
commitdiff
|
diff to current
2015-01-26
Mark Wielaard
Fix ARI warning in stack.c (return_command).
blob
|
commitdiff
|
diff to current
2015-01-23
Mark Wielaard
Use GCC5/DWARF5 DW_AT_noreturn to mark functions that...
blob
|
commitdiff
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
diff to current
2014-11-20
Doug Evans
Split struct symtab into two: struct symtab and compuni...
blob
|
commitdiff
|
diff to current
2014-11-15
Doug Evans
expand_symtab_containing_pc: Renamed from find_pc_sect_...
blob
|
commitdiff
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
diff to current
2014-08-19
Pedro Alves
Handle partially optimized out values similarly to...
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include string.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include gdb_assert.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-07-24
Tom Tromey
constify stack.c
blob
|
commitdiff
|
diff to current
2014-07-22
Jan Kratochvil
Fix read_frame_arg for optimized-out entry values.
blob
|
commitdiff
|
diff to current
2014-06-18
Tom Tromey
constify struct block in some places
blob
|
commitdiff
|
diff to current
2014-05-30
Andrew Burgess
Add a TRY_CATCH to get_prev_frame_always to better...
blob
|
commitdiff
|
diff to current
next