File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed
lldb/test/API/functionalities/postmortem/elf-core Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 10
10
from lldbsuite .test .decorators import *
11
11
from lldbsuite .test .lldbtest import *
12
12
from lldbsuite .test import lldbutil
13
- from fblldb import fbvscode
14
13
15
14
16
15
class LinuxCoreTestCase (TestBase ):
@@ -834,22 +833,6 @@ def test_riscv64_regs_gpr_only(self):
834
833
substrs = ["registers were unavailable" ],
835
834
)
836
835
837
- def test_sigsev_stopreason (self ):
838
- """
839
- Test that the address is included in the stop reason for a SIGSEV
840
- """
841
- src = self .getSourcePath ("linux-x64-sigsev.yaml" )
842
- obj_file = self .getBuildArtifact ("sigsev.out" )
843
- fbvscode .set_trace ()
844
- self .yaml2obj (src , obj_file )
845
- target = self .dbg .CreateTarget (None )
846
- process = target .LoadCore (obj_file )
847
- self .assertTrue (process , PROCESS_IS_VALID )
848
- stop_reason = process .GetThreadAtIndex (0 ).GetStopDescription (128 )
849
- self .assertEqual (process .GetNumThreads (), 1 )
850
- self .assertIn ("SIGSEGV: address not mapped to object (fault address: 0x1000)" , stop_reason )
851
-
852
-
853
836
def test_get_core_file_api (self ):
854
837
"""
855
838
Test SBProcess::GetCoreFile() API can successfully get the core file.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments