summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+9
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-1/+0
* PR gdb/11327, PR gdb/11328, PR breakpoints/11368:Tom Tromey2010-03-251-42/+27
* 2010-03-17 Stan Shebs <stan@codesourcery.com>Stan Shebs2010-03-181-0/+4
* gdb/Jan Kratochvil2010-02-281-4/+3
* * regcache.c (regcache_xmalloc): Add aspace argument. Use itDaniel Jacobowitz2010-01-281-1/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-0/+1
* 2009-10-13 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-131-1/+1
* manually sync from the CVS repositoryJim Meyering2009-10-081-1/+7
* * arch-utils.c (displaced_step_at_entry_point): Do not callDaniel Jacobowitz2009-07-281-11/+8
* * breakpoint.h (struct breakpoint): New member GDBARCH.Ulrich Weigand2009-07-021-2/+2
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-5/+4
* * gdbtypes.h (builtin_type_void): Remove.Ulrich Weigand2009-07-021-1/+1
* * ada-lang.h (ada_convert_actual): Add GDBARCH argument.Ulrich Weigand2009-06-291-1/+1
* * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand2009-06-171-1/+2
* 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2009-06-151-0/+98
* 2009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey2009-05-281-1/+1
* gdb:Doug Evans2009-05-241-1/+1
* * dbxread.c (read_dbx_symtab): Avoid compiler warnings forEli Zaretskii2009-05-021-0/+1
* * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves2009-03-221-12/+11
* * infcall.c (run_inferior_call): Remove references toPedro Alves2009-03-221-3/+0
* * dummy-frame.c (dummy_frame): Replace regcache member withDoug Evans2009-01-191-131/+244
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * infcall.c (call_function_by_hand): Clean up use of local dummy_addr.Doug Evans2008-12-041-26/+17
* * infcall.c (call_function_by_hand): Fix punctuation and capitalizationDoug Evans2008-11-181-4/+4
* * infcall.c (call_function_by_hand): Handle inferior exit.Doug Evans2008-11-121-0/+10
* * infcall.c (generic_push_dummy_code): Remove.Mark Kettenis2008-09-151-45/+5
* * infcall.c (value_arg_coerce): Add GDBARCH parameter. Use itsUlrich Weigand2008-09-111-16/+17
* * gdbthread.h (struct thread_info): Add comments aroundPedro Alves2008-09-081-1/+2
* * inferior.h (stop_bpstat): Delete.Pedro Alves2008-09-081-3/+5
* Don't suppress *running when doing finish.Vladimir Prus2008-06-131-3/+4
* Implement *running.Vladimir Prus2008-06-101-2/+2
* Suppress normal stop observer when it's problematic.Vladimir Prus2008-06-101-1/+6
* Convert frame unwinders to use the current frame andDaniel Jacobowitz2008-04-301-3/+3
* doc/ChangeLog:Corinna Vinschen2008-04-221-5/+5
* * eval.c (evaluate_subexp_for_address): Clarify error message.Daniel Jacobowitz2008-03-211-0/+6
* * ada-lang.c (ada_convert_actual): Renames convert_actual.Joel Brobecker2008-01-081-4/+11
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* 2007-11-07 Markus Deuling <deuling@de.ibm.com>Markus Deuling2007-11-071-34/+38
* * block.h (struct block): Remove "gcc_compile_flag" member.Ulrich Weigand2007-10-121-14/+7
* * infcall.c (call_function_by_hand): Remove special handlingUlrich Weigand2007-10-121-38/+0
* * cris-tdep.c (cris_push_dummy_call): Support arguments passed byUlrich Weigand2007-10-121-55/+0
* * infcall.c (call_function_by_hand): Handle language-specificDaniel Jacobowitz2007-09-231-11/+55
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>Daniel Jacobowitz2007-07-031-2/+18
* 2007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-181-1/+1
* 2007-06-18 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-181-2/+3
* * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand2007-06-161-5/+5
* * gdbarch.sh (push_dummy_code): Add REGCACHE argument.Ulrich Weigand2007-06-151-6/+10