summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
...
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur2019-10-231-25/+39
* infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur2019-10-231-5/+3
* infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur2019-10-231-20/+21
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Implement show | set may-call-functions [on|off]Philippe Waroquiers2019-04-271-0/+26
* Make exception handling more efficientTom Tromey2019-04-251-3/+3
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Fortran function calls with argumentsRichard Bunt2019-03-061-2/+5
* C++-ify struct thread_fsmTom Tromey2019-02-071-60/+41
* Remove cleanup_delete_std_terminate_breakpointTom Tromey2019-01-231-11/+2
* Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.Philippe Waroquiers2019-01-021-2/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-14/+15
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+1
* Use enum for return method for dummy callsAlan Hayward2018-11-161-18/+11
* Remove two infrun cleanupsTom Tromey2018-09-171-25/+14
* Remove an unnecessary block in call_function_by_hand_dummyTom Tromey2018-09-141-39/+35
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-6/+4
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-33/+33
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-3/+4
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-32/+34
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-081-5/+2
* Remove a cleanup from call_function_by_hand_dummyTom Tromey2018-02-211-13/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-2/+3
* Remove cleanup from call_function_by_hand_dummyTom Tromey2017-10-191-8/+6
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-4/+45
* Kill init_salPedro Alves2017-09-041-6/+5
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+2
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use scoped_restore for current_uiTom Tromey2016-10-211-7/+1
* Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves2016-09-281-0/+6
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-1/+1
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-4/+3
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-6/+8
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-9/+25