|
IDA SDK
|
also see Functions: open built-in windows
Macros | |
| #define | BWN_UNKNOWN -1 |
| unknown window | |
| #define | BWN_EXPORTS 0 |
| exports | |
| #define | BWN_IMPORTS 1 |
| imports | |
| #define | BWN_NAMES 2 |
| names | |
| #define | BWN_FUNCS 3 |
| functions | |
| #define | BWN_STRINGS 4 |
| strings | |
| #define | BWN_SEGS 5 |
| segments | |
| #define | BWN_SEGREGS 6 |
| segment registers | |
| #define | BWN_SELS 7 |
| selectors | |
| #define | BWN_SIGNS 8 |
| signatures | |
| #define | BWN_TILS 9 |
| type libraries | |
| #define | BWN_LOCTYPS 10 |
| local types | |
| #define | BWN_CALLS 11 |
| function calls | |
| #define | BWN_PROBS 12 |
| problems | |
| #define | BWN_BPTS 13 |
| breakpoints | |
| #define | BWN_THREADS 14 |
| threads | |
| #define | BWN_MODULES 15 |
| modules | |
| #define | BWN_TRACE 16 |
| trace view | |
| #define | BWN_CALL_STACK 17 |
| call stack | |
| #define | BWN_XREFS 18 |
| xrefs | |
| #define | BWN_SEARCH 19 |
| search results | |
| #define | BWN_FRAME 25 |
| function frame | |
| #define | BWN_NAVBAND 26 |
| navigation band | |
| #define | BWN_ENUMS 27 |
| enumerations | |
| #define | BWN_STRUCTS 28 |
| structures | |
| #define | BWN_DISASM 29 |
| disassembly views | |
| #define | BWN_DUMP 30 |
| hex dumps | |
| #define | BWN_NOTEPAD 31 |
| notepad | |
| #define | BWN_OUTPUT 32 |
| the text area, in the output window | |
| #define | BWN_CLI 33 |
| the command-line, in the output window | |
| #define | BWN_WATCH 34 |
| the 'watches' debugger window | |
| #define | BWN_LOCALS 35 |
| the 'locals' debugger window | |
| #define | BWN_STKVIEW 36 |
| the 'Stack view' debugger window | |
| #define | BWN_CHOOSER 37 |
| a non-builtin chooser | |
| #define | BWN_SHORTCUTCSR 38 |
| the shortcuts chooser (Qt version only) | |
| #define | BWN_SHORTCUTWIN 39 |
| the shortcuts window (Qt version only) | |
| #define | BWN_CPUREGS 40 |
| one of the 'General registers', 'FPU register', ... debugger windows | |
| #define | BWN_SO_STRUCTS 41 |
| the 'Structure offsets' dialog's 'Structures and Unions' panel | |
| #define | BWN_SO_OFFSETS 42 |
| the 'Structure offsets' dialog's offset panel | |
| #define | BWN_CMDPALCSR 43 |
| the command palette chooser (Qt version only) | |
| #define | BWN_CMDPALWIN 44 |
| the command palette window (Qt version only) | |
| #define | BWN_SNIPPETS 45 |
| the 'Execute script' window | |
| #define | BWN_CUSTVIEW 46 |
| custom viewers | |
| #define | BWN_ADDRWATCH 47 |
| the 'Watch List' window | |
| #define | BWN_PSEUDOCODE 48 |
| hexrays decompiler views | |
| #define | BWN_CALLS_CALLERS 49 |
| function calls, callers | |
| #define | BWN_CALLS_CALLEES 50 |
| function calls, callees | |
| #define | BWN_MDVIEWCSR 51 |
| lumina metadata view chooser | |
| #define | BWN_STACK BWN_CALL_STACK |
| Alias. More... | |
| #define | BWN_DISASMS BWN_DISASM |
| Alias. More... | |
| #define | BWN_DUMPS BWN_DUMP |
| Alias. More... | |
| #define | BWN_SEARCHS BWN_SEARCH |
| Alias. More... | |
| #define BWN_STACK BWN_CALL_STACK |
Alias.
Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.
| #define BWN_DISASMS BWN_DISASM |
Alias.
Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.
| #define BWN_DUMPS BWN_DUMP |
Alias.
Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.
| #define BWN_SEARCHS BWN_SEARCH |
Alias.
Some BWN_* were confusing, and thus have been renamed. This is to ensure bw-compat.
1.8.9.1