| commit | 71548de4d885b74e7291db55e8705417ffd49c95 | [log] [tgz] |
|---|---|---|
| author | Jason Molenda <jason@molenda.com> | Wed Jul 12 16:02:05 2023 -0700 |
| committer | Jason Molenda <jason@molenda.com> | Wed Jul 12 16:03:57 2023 -0700 |
| tree | 94a9924d57aefd179a480aedf81a84e77cc128d7 | |
| parent | 5007c78ce0936824972ec6ba3cfa598192087ee1 [diff] |
Improve error msg in DNBProcessAttach if we can't stop inferior When we attach to a process, we task_for_pid(), ptrace(), and then we try to halt execution of the process and time out after thirty seconds if we cannot interrupt it. At this point, we must assume we have no control of the inferior process and the attach has failed. The error message we return currently is "operation timed out"; this change improves on that error message to make it more clear what is going on. Thanks to Jim for pointing this out. rdar://101152233
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.