Module: LLDB::SymbolContextItem
- Defined in:
- lib/lldb/types.rb
Constant Summary collapse
- TARGET =
: Integer
1 << 0
- MODULE =
: Integer
1 << 1
- COMPILE_UNIT =
: Integer
1 << 2
- FUNCTION =
: Integer
1 << 3
- BLOCK =
: Integer
1 << 4
- LINE_ENTRY =
: Integer
1 << 5
- SYMBOL =
: Integer
1 << 6
- VARIABLE =
: Integer
1 << 7
- EVERYTHING =
: Integer
0x7F