Jim Ingham
923886ce2c
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not AND unwind on error.
...
rdar://problem/11419156
llvm-svn: 156627
2012-05-11 18:43:38 +00:00
Sean Callanan
9df05fbb7f
Extended function lookup to allow the user to
...
indicate whether inline functions are desired.
This allows the expression parser, for instance,
to filter out inlined functions when looking for
functions it can call.
llvm-svn: 150279
2012-02-10 22:52:19 +00:00
Jim Ingham
ef65160016
Improve the x86_64 return value decoder to handle most structure returns.
...
Switch from GetReturnValue, which was hardly ever used, to GetReturnValueObject
which is much more convenient.
Return the "return value object" as a persistent variable if requested.
llvm-svn: 147157
2011-12-22 19:12:40 +00:00
Johnny Chen
bbfa68b090
Make ThreadList::GetSelectedThread() select and return the 0th thread if there's no
...
currently selected thread. And update the call sites accordingly.
llvm-svn: 138577
2011-08-25 19:38:34 +00:00
Jim Ingham
f72ce3a216
Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function
...
to update libraries rather than reading the whole all_imaage_infos structure every time we get notified.
llvm-svn: 133448
2011-06-20 17:32:44 +00:00
Peter Collingbourne
933f6f617d
Add license header to InferiorCallPOSIX.cpp
...
llvm-svn: 132966
2011-06-14 03:55:34 +00:00
Peter Collingbourne
99f9aa02c2
Move inferior mmap/munmap call code into their own functions in utility lib
...
llvm-svn: 132584
2011-06-03 20:40:38 +00:00