jasonmolenda created this revision.
jasonmolenda added a reviewer: jingham.
Herald added subscribers: teemperor, abidh.
Herald added a project: LLDB.
There's a perf problem with Objective-C programs as we add more classes to the
Darwin libraries over time - when lldb goes to run its first express
aleksandr.urakov added a comment.
Thanks for the review! Sorry, I've forgot to include context in the updated
patch. Yes, it's exactly the case that is broken, I've left FIXME there until
it will be fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60817/new/
https://reviews.llvm.o
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
very nice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60949/new/
https://reviews.llvm.org/D60949
___
lldb-commits mailing
thakis added a comment.
Herald added a subscriber: ormris.
This (I'm guessing) broke https://lldb.llvm.org/lldb-gdb.html which is still
present in many search indices. Could we make that page redirect to whatever is
the new replacement? (https://www.w3.org/Provider/Style/URI etc)
Repository:
labath created this revision.
labath added reviewers: jasonmolenda, clayborg.
Herald added a subscriber: aprantl.
Previously we were printing the dwarf expressions in unwind rules simply
as "dwarf-expr". This patch uses the existing dwarf-printing
capabilities in lldb to enhance this dump output,
labath created this revision.
labath added a reviewer: clayborg.
Herald added a subscriber: javed.absar.
labath marked an inline comment as done.
labath added inline comments.
Comment at:
packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-zero-uuids
labath marked an inline comment as done.
labath added inline comments.
Comment at:
packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-arm-zero-uuids.yaml:5
+Processor Arch: AMD64
+Platform ID: MacOSX
+CSD Version: '15E216'
-
Author: labath
Date: Sun Apr 21 06:12:40 2019
New Revision: 358850
URL: http://llvm.org/viewvc/llvm-project?rev=358850&view=rev
Log:
Minidump: yamlify module-related unit tests
The tests reading the untouched module list are now not using any lldb
code (as module list loading lives in llvm now),
This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL358847: Make TestVSCode_step pass reliably (authored by
labath, committed by ).
Herald added a project: LLVM.
Herald added
Author: labath
Date: Sun Apr 21 06:02:41 2019
New Revision: 358847
URL: http://llvm.org/viewvc/llvm-project?rev=358847&view=rev
Log:
Make TestVSCode_step pass reliably
Summary:
The test was failing occasionally (1% of runs or so), because of
unpredictable timings between the two threads spawned b
Author: labath
Date: Sun Apr 21 06:02:49 2019
New Revision: 358848
URL: http://llvm.org/viewvc/llvm-project?rev=358848&view=rev
Log:
@skipIfLinux flaky lldb-mi tests
Modified:
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py
lldb/trunk/packages/Python/lldbs
Author: labath
Date: Sun Apr 21 05:48:53 2019
New Revision: 358846
URL: http://llvm.org/viewvc/llvm-project?rev=358846&view=rev
Log:
modify-python-lldb.py: Remove docstring formatting code
The strings have been already cleaned up in r358683, so this code is not
doing anything anymore.
While comp
12 matches
Mail list logo