search for: msg00335

Displaying 2 results from an estimated 2 matches for "msg00335".

Did you mean: msg00135
2005 Jun 14
0
How to debug/pdb xen?
After grepping and googling for several days, I find lots of tutorials and messages about how to setup and debug xen, I''ve read /xeno-unstable.bk/docs/misc/XenDebugger-HOWTO http://lists.xensource.com/archives/html/xen-devel/2004-07/msg00335.html and lots of related email, but I still cannot "Interrupt Xen by pressing ''D'' at the console " (from XenDebugger-HOWTO), I think XenDebugger-HOWTO is too tricky and too old compare to xen-unstable, Why http://lists.xensource.com/archives/html/xen-devel/2004-08/msg...
2015 Dec 01
2
Expected behavior of __builtin_return_address() with inlining?
Hi, I am trying to understand what should be the expected behavior of __builtin_return_address(0) when inlining has happened. So, the GCC doc from https://gcc.gnu.org/onlinedocs/gcc/Return-Address.html says: (I used GCC doc because I could not find equivalent Clang/LLVM builtin doc) When inlining the expected behavior is that the function returns the address of the function that is returned