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