GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
infcall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-1
/
+1
*
Implement show | set may-call-functions [on|off]
Philippe Waroquiers
2019-04-27
1
-0
/
+26
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-3
/
+3
*
Remove exception_none
Tom Tromey
2019-04-25
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Fortran function calls with arguments
Richard Bunt
2019-03-06
1
-2
/
+5
*
C++-ify struct thread_fsm
Tom Tromey
2019-02-07
1
-60
/
+41
*
Remove cleanup_delete_std_terminate_breakpoint
Tom Tromey
2019-01-23
1
-11
/
+2
*
Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.
Philippe Waroquiers
2019-01-02
1
-2
/
+4
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Use gdb:array_view in call_function_by_hand & friends
Pedro Alves
2018-11-21
1
-14
/
+15
*
Pass return_method to _push_dummy_call
Alan Hayward
2018-11-16
1
-2
/
+1
*
Use enum for return method for dummy calls
Alan Hayward
2018-11-16
1
-18
/
+11
*
Remove two infrun cleanups
Tom Tromey
2018-09-17
1
-25
/
+14
*
Remove an unnecessary block in call_function_by_hand_dummy
Tom Tromey
2018-09-14
1
-39
/
+35
*
Replace some uses of xstrprintf with string_printf
Simon Marchi
2018-08-07
1
-6
/
+4
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-1
/
+0
*
Remove ptid_equal
Tom Tromey
2018-07-03
1
-1
/
+1
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-33
/
+33
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-3
/
+4
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-2
/
+2
*
Calling ifunc functions when target has no debug info but resolver has
Pedro Alves
2018-04-26
1
-32
/
+34
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-3
/
+3
*
Change enable_thread_stack_temporaries to an RAII class
Tom Tromey
2018-03-08
1
-5
/
+2
*
Remove a cleanup from call_function_by_hand_dummy
Tom Tromey
2018-02-21
1
-13
/
+6
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Introduce gdb_breakpoint_up
Tom Tromey
2017-11-04
1
-2
/
+3
*
Remove cleanup from call_function_by_hand_dummy
Tom Tromey
2017-10-19
1
-8
/
+6
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-1
/
+1
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-4
/
+0
*
Stop assuming no-debug-info functions return int
Pedro Alves
2017-09-04
1
-4
/
+45
*
Kill init_sal
Pedro Alves
2017-09-04
1
-6
/
+5
*
Convert lvalue reference type check to general reference type check
Artemiy Volkov
2017-03-20
1
-1
/
+2
*
Add ability to return rvalue reference values from value_ref
Artemiy Volkov
2017-03-20
1
-1
/
+1
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Use scoped_restore for current_ui
Tom Tromey
2016-10-21
1
-7
/
+1
*
Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...
Pedro Alves
2016-09-28
1
-0
/
+6
*
Introduce make_cleanup_restore_current_ui
Pedro Alves
2016-09-06
1
-1
/
+1
*
Remove obsolete TYPE_FLAG_... values
Ulrich Weigand
2016-09-06
1
-4
/
+3
*
Push thread->control.command_interp to the struct thread_fsm
Pedro Alves
2016-06-21
1
-6
/
+8
*
Replace the sync_execution global with a new enum prompt_state tristate
Pedro Alves
2016-06-21
1
-9
/
+25
*
Make the interpreters be per UI
Pedro Alves
2016-06-21
1
-3
/
+3
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Garbage collect dummy_frame_ctx_saver
Pedro Alves
2015-09-09
1
-91
/
+1
*
Convert infcalls to thread_fsm mechanism
Pedro Alves
2015-09-09
1
-71
/
+234
*
Merge async and sync code paths some more
Pedro Alves
2015-09-09
1
-20
/
+16
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-3
/
+3
*
Remove CHECK_TYPEDEF, use check_typedef instead
Simon Marchi
2015-07-14
1
-1
/
+1
[next]