Re: [lldb-dev] NetBSD core(5) files for LLDB's test-suite

2017-05-02 Thread Kamil Rytarowski via lldb-dev
On 02.05.2017 16:50, Pavel Labath wrote: > Sorry it took me so long. I think it's fine to check a couple of those > in. When zipped, they will still be orders of magnitude smaller then > the windows minidump exe we are carrying around. > > For the long term though, I'd like to add the necessary su

Re: [lldb-dev] NetBSD core(5) files for LLDB's test-suite

2017-05-02 Thread Pavel Labath via lldb-dev
Sorry it took me so long. I think it's fine to check a couple of those in. When zipped, they will still be orders of magnitude smaller then the windows minidump exe we are carrying around. For the long term though, I'd like to add the necessary support to llvm's obj2yaml to be able to generate the

[lldb-dev] NetBSD core(5) files for LLDB's test-suite

2017-04-21 Thread Kamil Rytarowski via lldb-dev
Hello, I've prepared two sets of core(5) files with the following programs: - 1lwp_SIGSEGV (signal SIGSEGV emitted for thread) - 1lwp_busyloop (signal SIGABRT emitted for the whole process) My compiler is GCC 5.4.0 and host NetBSD/amd64 7.99.70. The first set is written with a custom startup a