[Lldb-commits] [PATCH] D56014: [lldb] - Fix crash when listing the history with the key up.

2018-12-23 Thread George Rimar via Phabricator via lldb-commits
grimar added a comment. In D56014#1339419 , @davide wrote: > testcase? I investigated how to add it and I do not see a good way write a test :( Seems the proper place to test it would be `unittest/Editline`: https://github.com/llvm-mirror/lldb/blob/mast

[Lldb-commits] [PATCH] D55998: ELF: create "container" sections from PT_LOAD segments

2018-12-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. > it is in theory possible to create an elf file where only a part of a section > would belong to some segment (and another part to a different one). ELF standard : "//An object file segment contains one or more sections.