[Lldb-commits] [lldb] 8632931 - [DWARFYAML] Make the length field of compilation units optional. NFC.

2020-07-21 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-07-22T12:16:19+08:00 New Revision: 86329317873e46f8bc094b05437a44a1f65c55d6 URL: https://github.com/llvm/llvm-project/commit/86329317873e46f8bc094b05437a44a1f65c55d6 DIFF: https://github.com/llvm/llvm-project/commit/86329317873e46f8bc094b05437a44a1f65c55d6.diff LOG:

[Lldb-commits] [lldb] 92874d2 - [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred.

2020-07-23 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-07-23T23:00:19+08:00 New Revision: 92874d286695d2233a3fc526b07896c3676ec1d3 URL: https://github.com/llvm/llvm-project/commit/92874d286695d2233a3fc526b07896c3676ec1d3 DIFF: https://github.com/llvm/llvm-project/commit/92874d286695d2233a3fc526b07896c3676ec1d3.diff LOG:

[Lldb-commits] [lldb] 1d01fc1 - [Test] Simplify DWARF test cases. NFC.

2020-08-30 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-08-31T14:03:48+08:00 New Revision: 1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e URL: https://github.com/llvm/llvm-project/commit/1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e DIFF: https://github.com/llvm/llvm-project/commit/1d01fc100bb5bef5f5eaf92520b2e52f64ee1d6e.diff LOG:

[Lldb-commits] [lldb] 2d35092 - [DWARFYAML] Make the include_directories, file_names and opcodes fields of the line table optional.

2020-09-18 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-09-18T20:21:11+08:00 New Revision: 2d35092cd2589dffbca1e34a3dc68f6df75818a9 URL: https://github.com/llvm/llvm-project/commit/2d35092cd2589dffbca1e34a3dc68f6df75818a9 DIFF: https://github.com/llvm/llvm-project/commit/2d35092cd2589dffbca1e34a3dc68f6df75818a9.diff LOG:

[Lldb-commits] [lldb] 0431e4b - Recommit "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`."

2020-06-13 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-06-13T23:39:11+08:00 New Revision: 0431e4bcb27bba30156ac49be4c09ac632c5a03a URL: https://github.com/llvm/llvm-project/commit/0431e4bcb27bba30156ac49be4c09ac632c5a03a DIFF: https://github.com/llvm/llvm-project/commit/0431e4bcb27bba30156ac49be4c09ac632c5a03a.diff LOG:

[Lldb-commits] [lldb] 8a2ff19 - [lldb][test] Trying to fix build bot after 0431e4bcb27bba30156ac49be4c09ac632c5a03a

2020-06-13 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-06-13T23:53:13+08:00 New Revision: 8a2ff19272051cfd0ff906eafaee5372773bdbc7 URL: https://github.com/llvm/llvm-project/commit/8a2ff19272051cfd0ff906eafaee5372773bdbc7 DIFF: https://github.com/llvm/llvm-project/commit/8a2ff19272051cfd0ff906eafaee5372773bdbc7.diff LOG:

[Lldb-commits] [lldb] fe08ab5 - [DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.

2020-06-30 Thread Xing GUO via lldb-commits
Author: Xing GUO Date: 2020-06-30T16:28:39+08:00 New Revision: fe08ab542bd6328a7906e38ae473cf655eb6a228 URL: https://github.com/llvm/llvm-project/commit/fe08ab542bd6328a7906e38ae473cf655eb6a228 DIFF: https://github.com/llvm/llvm-project/commit/fe08ab542bd6328a7906e38ae473cf655eb6a228.diff LOG: