This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from cd1ec5420 Introduce FPR and Debug Registers/NetBSD/amd64 support new 0a0837e01 Add back code to implement "frame var -a,-l,-g" filters.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../frame_var}/Makefile | 2 +- .../test/functionalities/frame_var/TestFrameVar.py | 99 ++++++++++++++++++++++ .../test/functionalities/frame_var/main.c | 11 +++ source/Commands/CommandObjectFrame.cpp | 90 ++++++++++++-------- 4 files changed, 166 insertions(+), 36 deletions(-) copy packages/Python/lldbsuite/test/{sample_test => functionalities/frame_var}/Mak [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/frame_var/TestFr [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/frame_var/main.c