[Lldb-commits] [PATCH] D75750: WIP: [lldb] integrate debuginfod

Konrad Wilhelm Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 18 08:42:06 PDT 2020


kwk added a comment.

@labath I've updated my patch and would love to hear your opinion on it. So far I've only written the python `ServeDirectoryWithHTTP()` function with proper doctest and documentation but since you mentioned the `0` port thingy I've tried that on the command line when using `python -m http.server 0` and it works smoothly. That's why I've included the `llvm-lit` test I was working on. Maybe `lldb/test/Shell/SymbolFile/DWARF/source-list.cpp` is the wrong file for this, but we can move it around if you like it so far.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75750/new/

https://reviews.llvm.org/D75750





More information about the lldb-commits mailing list