| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587) Replace (questionable) header globs with an explicit argument supported by llvm_add_library. | 1 年前 | |
[LLDB][Darwin] Clarify which API call enables memory tagging | 10 个月前 | |
[lldb] Adjust ProtocolServer connection defaults. (#155714) This adjusts the ProtocolServer command to default to create a new connection listening on localhost:0 and adds a new ServerMetadata details to ~/.lldb/mcp/lldb-<pid>.json to record information about the current MCP server. This can be consumed by the lldb-mcp binary to establish a connection from an LLM client. --------- Co-authored-by: Jonas Devlieghere <jonas@devlieghere.com> | 11 个月前 | |
[lldb] Simplify HostThreadMacOSX The class is using an incredibly elaborate setup to create and destroy an NSAutoreleasePool object. We can do it in a much simpler way by making those calls inside our thread startup function. The only effect of this patch is that the pool gets released at the end of the ThreadCreateTrampoline function, instead of slightly later, when pthreads begin thread-specific cleanup. However, the key destruction order is unspecified, so nothing should be relying on that. I didn't find a specific reason for why this would have to be done that way in git history. It seems that before D5198, this was thread-specific keys were the only way an os implementation (in Host::ThreadCreated) could attach some value to a thread. Differential Revision: https://reviews.llvm.org/D120322 | 4 年前 | |
[lldb] Remove an extraneous printf statement. (#130453) This was missed in review but is showing up in lldb-dap output. | 1 年前 | |
[lldb][NFCI] Remove use of ifdef __cpluplus where unneeded Just about every file in the lldb project is built with C++ enabled. Unless I've missed something, these macro guards don't really accomplish very much. Differential Revision: https://reviews.llvm.org/D157538 | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 10 个月前 | ||
| 11 个月前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 2 年前 |