12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Bucket
- type = "0"
- version = "2.0">
- <Breakpoints>
- <BreakpointProxy
- BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
- <BreakpointContent
- shouldBeEnabled = "Yes"
- ignoreCount = "0"
- continueAfterRunningActions = "No"
- scope = "1"
- stopOnStyle = "0">
- </BreakpointContent>
- </BreakpointProxy>
- <BreakpointProxy
- BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint">
- <BreakpointContent
- shouldBeEnabled = "Yes"
- ignoreCount = "0"
- continueAfterRunningActions = "No"
- symbolName = "malloc_error_break">
- <Locations>
- <Location
- shouldBeEnabled = "Yes"
- ignoreCount = "0"
- continueAfterRunningActions = "No"
- symbolName = "malloc_error_break"
- moduleName = "libsystem_malloc.dylib"
- usesParentBreakpointCondition = "Yes"
- offsetFromSymbolStart = "0">
- </Location>
- </Locations>
- </BreakpointContent>
- </BreakpointProxy>
- </Breakpoints>
- </Bucket>
|