[lldb-dev] Symtab for PECOFF

2018-08-30 Thread Aleksandr Urakov via lldb-dev
Hello! I'm working on an expressions evaluation on Windows, and currently I'm trying to make a JIT evaluation working. When I'm trying to evaluate the next expression: print S::x on the next code: struct S { static int x; void foo() { } }; int S::x = 5; int main() { S().foo(); // here

Re: [lldb-dev] Symtab for PECOFF

2018-08-30 Thread Zachary Turner via lldb-dev
It seems reasonable to me to say that if the symbol is not found in the executables symtab, it will fall back to searching in the symbol file.. this logic doesn’t even need to be specific to PDB On Thu, Aug 30, 2018 at 7:00 AM Aleksandr Urakov via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hello

Re: [lldb-dev] buildbot master configs [Re: buildbot deployment: gsutil: Anonymous caller does not have storage.objects.create access to lldb_test_traces]

2018-08-30 Thread Galina Kistanova via lldb-dev
Hi Jan, The public master uses zorg/buildbot. The config files are here: https://llvm.org/svn/llvm-project/zorg/trunk/buildbot/osuosl/master/ It might be easier for you to use the silent(staging) master to test your slaves against. It is there for this exact purpose. Here is info on how to point