Author: Konrad Kleine
Date: 2020-07-10T15:11:49-04:00
New Revision: ecfa01e956a49ed349683f1cfcfbbec423114b68
URL:
https://github.com/llvm/llvm-project/commit/ecfa01e956a49ed349683f1cfcfbbec423114b68
DIFF:
https://github.com/llvm/llvm-project/commit/ecfa01e956a49ed349683f1cfcfbbec423114b68.diff
Author: Konrad Kleine
Date: 2020-06-24T05:19:47-04:00
New Revision: 4bfa43809fe6780159a4980cf601c504cbec6f32
URL:
https://github.com/llvm/llvm-project/commit/4bfa43809fe6780159a4980cf601c504cbec6f32
DIFF:
https://github.com/llvm/llvm-project/commit/4bfa43809fe6780159a4980cf601c504cbec6f32.diff
Author: Konrad Kleine
Date: 2020-04-06T10:05:59-04:00
New Revision: 9072df8ac1431dba51394b77ead766aada82867f
URL:
https://github.com/llvm/llvm-project/commit/9072df8ac1431dba51394b77ead766aada82867f
DIFF:
https://github.com/llvm/llvm-project/commit/9072df8ac1431dba51394b77ead766aada82867f.diff
Author: Konrad Kleine
Date: 2020-04-03T14:50:08+02:00
New Revision: 107200ae0a032f2e6024f45d665a0f2b7c732a62
URL:
https://github.com/llvm/llvm-project/commit/107200ae0a032f2e6024f45d665a0f2b7c732a62
DIFF:
https://github.com/llvm/llvm-project/commit/107200ae0a032f2e6024f45d665a0f2b7c732a62.diff
Author: Konrad Kleine
Date: 2020-03-19T10:08:11-04:00
New Revision: 44361782e2c252c8886cd77f6b7d4ebe64fb6e8d
URL:
https://github.com/llvm/llvm-project/commit/44361782e2c252c8886cd77f6b7d4ebe64fb6e8d
DIFF:
https://github.com/llvm/llvm-project/commit/44361782e2c252c8886cd77f6b7d4ebe64fb6e8d.diff
Author: Konrad Kleine
Date: 2020-02-20T14:30:12+01:00
New Revision: c7b7f76ae6ae2a5f3d9753b37ef811da15386cd4
URL:
https://github.com/llvm/llvm-project/commit/c7b7f76ae6ae2a5f3d9753b37ef811da15386cd4
DIFF:
https://github.com/llvm/llvm-project/commit/c7b7f76ae6ae2a5f3d9753b37ef811da15386cd4.diff
Author: Konrad Kleine
Date: 2020-02-07T09:23:35+01:00
New Revision: b89131cdda5871731a9139664aef2b70c6d72bbd
URL:
https://github.com/llvm/llvm-project/commit/b89131cdda5871731a9139664aef2b70c6d72bbd
DIFF:
https://github.com/llvm/llvm-project/commit/b89131cdda5871731a9139664aef2b70c6d72bbd.diff
Author: Konrad Kleine
Date: 2019-12-06T08:38:33+01:00
New Revision: 51ce067a442ee6381527b12d113f51906b0245a8
URL:
https://github.com/llvm/llvm-project/commit/51ce067a442ee6381527b12d113f51906b0245a8
DIFF:
https://github.com/llvm/llvm-project/commit/51ce067a442ee6381527b12d113f51906b0245a8.diff
Author: Konrad Kleine
Date: 2019-11-28T21:37:31+01:00
New Revision: c671639af6a96c31d3c0e5487051bef28bad1640
URL:
https://github.com/llvm/llvm-project/commit/c671639af6a96c31d3c0e5487051bef28bad1640
DIFF:
https://github.com/llvm/llvm-project/commit/c671639af6a96c31d3c0e5487051bef28bad1640.diff
Author: Konrad Kleine
Date: 2019-11-28T14:00:38+01:00
New Revision: 373e2a4f69d623e59329ff801f261d8b299e12d2
URL:
https://github.com/llvm/llvm-project/commit/373e2a4f69d623e59329ff801f261d8b299e12d2
DIFF:
https://github.com/llvm/llvm-project/commit/373e2a4f69d623e59329ff801f261d8b299e12d2.diff
Author: Konrad Kleine
Date: 2019-10-21T14:11:21Z
New Revision: 9129a281cd5b8b1fb804be1de396de4a42676570
URL:
https://github.com/llvm/llvm-project/commit/9129a281cd5b8b1fb804be1de396de4a42676570
DIFF:
https://github.com/llvm/llvm-project/commit/9129a281cd5b8b1fb804be1de396de4a42676570.diff
LOG:
Author: kwk
Date: Tue Oct 8 08:56:02 2019
New Revision: 374071
URL: http://llvm.org/viewvc/llvm-project?rev=374071&view=rev
Log:
[lldb] Avoid resource leak
Summary:
Before the pointer variable `args_dict` was assigned the result of an
allocation with `new` and then `args_dict` is passed to
`GetV
Author: kwk
Date: Tue Oct 8 08:43:29 2019
New Revision: 374069
URL: http://llvm.org/viewvc/llvm-project?rev=374069&view=rev
Log:
Simplify LZMA decoding by using ArrayRef::take_back
Summary: Follow-up for D66791#inline-616303
Reviewers: labath
Subscribers: lldb-commits
Tags: #lldb
Differentia
Author: kwk
Date: Mon Oct 7 03:32:16 2019
New Revision: 373891
URL: http://llvm.org/viewvc/llvm-project?rev=373891&view=rev
Log:
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Summary:
If the .symtab section is stripped from the binary it might be that
there's a .gnu_debugdata section which
Author: kwk
Date: Mon Sep 23 07:05:51 2019
New Revision: 372608
URL: http://llvm.org/viewvc/llvm-project?rev=372608&view=rev
Log:
[LLDB] Fix logically dead code
Summary:
The indicated dead code may have performed some action; that action will never
occur.
In lldb_private::LoadedModuleInfoList::
Author: kwk
Date: Wed Sep 11 07:33:37 2019
New Revision: 371625
URL: http://llvm.org/viewvc/llvm-project?rev=371625&view=rev
Log:
Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"
This reverts commit 3a4781bbf4f39a25562b4c61c9a9ab2483a96b41.
Removed:
lldb/trunk/lit/Modules/ELF/Inp
Author: kwk
Date: Wed Sep 11 07:33:21 2019
New Revision: 371624
URL: http://llvm.org/viewvc/llvm-project?rev=371624&view=rev
Log:
Revert "[LLDB][ELF] Fixup for comments in D67390"
This reverts commit 813f05915d29904878d926f9849ca3dbe78096af.
Modified:
lldb/trunk/lit/Modules/ELF/load-from-dyn
Author: kwk
Date: Wed Sep 11 03:12:36 2019
New Revision: 371600
URL: http://llvm.org/viewvc/llvm-project?rev=371600&view=rev
Log:
[LLDB][ELF] Fixup for comments in D67390
Modified:
lldb/trunk/lit/Modules/ELF/load-from-dynsym-alone.test
lldb/trunk/lit/Modules/ELF/load-symtab-and-dynsym.tes
Author: kwk
Date: Wed Sep 11 03:00:30 2019
New Revision: 371599
URL: http://llvm.org/viewvc/llvm-project?rev=371599&view=rev
Log:
[LLDB][ELF] Load both, .symtab and .dynsym sections
Summary:
This change ensures that the .dynsym section will be parsed even when there's
already is a .symtab.
It i
Author: kwk
Date: Thu May 23 15:39:13 2019
New Revision: 361565
URL: http://llvm.org/viewvc/llvm-project?rev=361565&view=rev
Log:
[lldb] followup fix for https://reviews.llvm.org/D62305
Summary:
Fixing this error on windows build bot:
```
E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\sou
Author: kwk
Date: Thu May 23 08:17:39 2019
New Revision: 361503
URL: http://llvm.org/viewvc/llvm-project?rev=361503&view=rev
Log:
[lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'
Summary:
On Windows `lldb::thread_result_t` resolves to `typedef unsigned
thread_result_t;` and on
Author: kwk
Date: Wed May 22 06:23:15 2019
New Revision: 361383
URL: http://llvm.org/viewvc/llvm-project?rev=361383&view=rev
Log:
Added a dot at the end of comment
Summary: to test SVN commit access with a simple change.
Reviewers: jankratochvil
Subscribers: mgorny, lldb-commits
Tags: #lldb
D
22 matches
Mail list logo