Displaying 6 results from an estimated 6 matches for "gdbing".
2005 May 19
0
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
>Okay, that file checks out just fine using llvm-ranlib and llvm-ar on
>Linux, so the file is not the problem, llvm-ranlib on cygwin is. I don't
>know what the issue could be. If you feel like gdbing llvm-ranlib while
>it tries to process that file and get some info on why it can't read the
>file, that would be useful. This isn't critical btw, not having ranlib'd
>archives will make your links slower, but not fail.
llvm-ar appears to be okay atleast the t and x operations...
2011 Jun 06
0
[LLVMdev] Understanding SelectionDAG construction
Hi Ankur,
> The flags "-view-sched-dags".. described in the doc doesn't seem to work. (
> "llc -help" doesn't list it ).
as far as I remember, displaying DAGs during compilation is only enabled
in "debug builds" [1] of LLVM. You probably have to re-configure and
re-compile LLVM to enable this feature.
Best regards,
Christoph
[1]
2005 May 19
3
[LLVMdev] [Cygwin] llvm-ranlib and 'make check' errors
Okay, this I have no clue about. I've never done "make check" on llvm-
gcc. I thought you meant "make check" on LLVM. You're into "new
territory".
Reid.
On Thu, 2005-05-19 at 16:07 +0100, Aaron Gray wrote:
> Does not look like the demangle test worked anyway :(
> And 'make check' :-
>
> $ make check
>
2011 Jun 06
4
[LLVMdev] Understanding SelectionDAG construction
I am trying to understand the SelectionDAG construction from LLVM IR. I have
gone through the doc "The LLVM Target-Independent Code Generator" on LLVM
site. This gives a great initial overview. However I am unable to catch the
actual control flow for the llvm->selectionDag conversion.
The flags "-view-sched-dags".. described in the doc doesn't seem to work. (
"llc
2013 Apr 05
2
Problem with fts lucene, on solaris 10
Hi all,
I'm planning to migrate my courier-imap imap server to dovecot, but I'm experiencing a strange issue
with fts-lucene plugin.
Basically, every time I start a search, the log starts to write:
Apr 05 19:30:53 indexer: Error: Indexer worker disconnected, discarding 1 requests for XXXXXX
Apr 05 19:30:53 indexer-worker(XXXXX): Fatal: master: service(indexer-worker): child 809 killed
2003 Dec 01
0
No subject
...p://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
> Can you try and get a stack backtrace by using this
> panic action in the global section:
I don't have X installed and gdbing didn't work attaching it to a
virtual terminal, too, cause it runs gdb as the user that connects to
the printer which is however not allowed to attach to the process
(ptrace: Operation not permitted.'). As a workaround I specified a
shell script as panic action just containing sleep 1h...