/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | OperatingSystem.h | 19 /// A plug-in interface definition class for halted OS helpers. 21 /// Halted OS plug-ins can be used by any process to locate and create 31 /// Scans the installed OperatingSystem plug-ins and tries to find an 36 /// plug-in instance. 39 /// An optional name of a specific halted OS plug-in that 40 /// should be used. If NULL, pick the best plug-in. 45 // Plug-in Methods 67 *m_process; ///< The process that this dynamic loader plug-in is tracking.
|
H A D | Trace.h | 29 /// A plug-in interface definition class for trace information. 31 /// Trace plug-ins allow processor trace information to be loaded into LLDB so 44 /// In order to support live tracing, the name of the plug-in should match the 50 /// Dump the trace data that this plug-in has access to. 71 /// Each trace plug-in implements this in a different fashion. 79 /// Find a trace plug-in using JSON data. 82 /// can be contained in multiple files and require plug-in specific 86 /// - The plug-in name (this allows a specific plug-in to be selected) 102 /// - Custom plug [all...] |
H A D | TraceExporter.h | 19 /// A plug-in interface definition class for trace exporters. 21 /// Trace exporter plug-ins operate on traces, converting the trace data 33 /// Plug-in name to search. 36 /// A \a TraceExporterUP instance, or an \a llvm::Error if the plug-in 37 /// name doesn't match any registered plug-ins.
|
H A D | JITLoader.h | 20 /// A plug-in interface definition class for JIT loaders. 31 /// Scans the installed DynamicLoader plug-ins and tries to find all 36 /// plug-in instance. 47 /// Allow JITLoader plug-ins to execute some code after attaching to a 53 /// Allow JITLoader plug-ins to execute some code after the process has
|
H A D | DynamicLoader.h | 37 /// A plug-in interface definition class for dynamic loaders. 39 /// Dynamic loader plug-ins track image (shared library) loading and 43 /// Dynamic loader plug-ins can track the process by registering callbacks 57 /// Scans the installed DynamicLoader plug-ins and tries to find an instance 62 /// plug-in instance. 65 /// An optional name of a specific dynamic loader plug-in that 66 /// should be used. If empty, pick the best plug-in. 75 /// Allow DynamicLoader plug-ins to execute some code after attaching to a 81 /// Allow DynamicLoader plug-ins to execute some code after the process has 97 /// DynamicLoader plug-in instances should return this value to ensure [all …]
|
H A D | TraceCursor.h | 23 /// of the trace so that each Trace plug-in can reconstruct, represent and store 31 /// trace plug-in to decide whether to leave the old cursor unaffected or not. 89 /// which is defined by the trace plug-in. It's possible to access the id 146 /// Instead of using 0-based indices as identifiers, each Trace plug-in can 149 /// instruction might be encoded by the plug-in in a way that hides its actual 268 /// trace item was executed. Each trace plug-in has a different definition for
|
H A D | Process.h | 336 /// A plug-in interface definition class for debugging a process. 495 /// from by the plug-in instance. 504 /// Find a Process plug-in that can debug \a module using the currently 507 /// Scans all loaded plug-in interfaces that implement versions of the 508 /// Process plug-in interface and returns the first instance that can debug 549 /// Check if a plug-in instance can debug the file in \a module. 551 /// Each plug-in is given a chance to say whether it can debug the file in 552 /// \a module. If the Process plug-in instance can debug a file on the 556 /// Returns \b true if this Process plug-in instance can 577 /// Return a multi-word command object that can be used to expose plug-in [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompileUnit.h | 31 /// The UserID of the compile unit is specified by the SymbolFile plug-in and 46 /// convert into a FileSpec, the SymbolFile plug-in supplied \a uid, and the 61 /// the SymbolFile plug-in and should be a value that allows 62 /// the SymbolFile plug-in to easily locate and parse additional 84 /// convert into a FileSpec, the SymbolFile plug-in supplied \a uid, and the 100 /// the SymbolFile plug-in and should be a value that allows 101 /// the plug-in to easily locate and parse 125 /// Typically called by the SymbolFile plug-ins as they partially parse the 158 /// cause the SymbolFile plug-in to parse any unparsed functions. 241 /// Called by clients and the SymbolFile plug [all...] |
H A D | SymbolFile.h | 65 // determine which plug-in will be best to load the debug information found 94 /// trying to figure out which symbol file plug-in will get used 95 /// for a given object file. The plug-in that responds with the 97 /// be the symbol file parser. This allows each plug-in to check for 98 /// sections that contain data a symbol file plug-in would need. For 99 /// example the DWARF plug-in requires DWARF sections in a file that 100 /// contain debug information. If the DWARF plug-in doesn't find 102 /// we will probably fall back to the symbol table SymbolFile plug-in 103 /// which uses any information in the symbol table. Also, plug-ins 107 /// as the plug-in might not get selected due to another plug-in [all …]
|
H A D | ObjectFile.h | 30 /// A plug-in interface definition class for object file parsers. 109 /// from by the plug-in instance. 122 /// Find a ObjectFile plug-in that can parse \a file_spec. 124 /// Scans all loaded plug-in interfaces that implement versions of the 125 /// ObjectFile plug-in interface and returns the first instance that can 150 /// Find a ObjectFile plug-in that can parse a file in memory. 152 /// Scans all loaded plug-in interfaces that implement versions of the 153 /// ObjectFile plug-in interface and returns the first instance that can 311 /// the symbol table parsing in each plug-in. This function will take care of 325 /// each plug-in. [all …]
|
H A D | ObjectContainer.h | 22 /// A plug-in interface definition class for object containers. 44 /// from by the plug-in instance. 99 /// This function is used as a test to see if a given plug-in instance can 102 /// false should be returned and the next plug-in can attempt to parse an
|
/freebsd/share/man/man4/man4.i386/ |
H A D | pnpbios.4 | 37 .Dq "Plug and Play BIOS Specification" . 52 .%T "Plug and Play BIOS Specification Version 1.0A" 60 .%T "Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A" 78 .Dq "Plug and Play (PnP)"
|
H A D | pnp.4 | 29 .Dq "Plug and Play" 35 .Dq "Plug and Play ISA Specification" 50 .%T "Plug and Play ISA Specification, Version 1.0a" 55 .%T "Clarifications to the Plug and Play ISA Specification, Version 1.0a"
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SystemInitializerFull.cpp | 76 // Scan for any system or user LLDB plug-ins. in Initialize() 79 // The process settings need to know about installed plug-ins, so the in Initialize() 92 // Terminate plug-ins in core LLDB. in Terminate() 95 // Terminate and unload and loaded system or user LLDB plug-ins. in Terminate()
|
/freebsd/share/man/man9/ |
H A D | BUS_CHILD_PNPINFO.9 | 29 .Nd "obtain the plug and play information from a device" 42 This information is called the plug and play (pnp) details by some buses. 54 Typically, plug and play information encodes who made the device, what the model
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,cs42l42.yaml | 62 Sets the behaviour of the jack plug detect switch. 78 debounce, the tip sense pin might be noisy on a plug event. 181 headset plug is removed slowly. But on some platforms ESD voltage 182 will affect it causing plug detection to fail, especially with CTIA
|
H A D | cs42l42.txt | 22 - cirrus,ts-inv : Boolean property. Sets the behaviour of the jack plug 32 debounce, the tip sense pin might be noisy on a plug event. 88 the potential pop noise during the headset plug out slowly. But on some
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 107 // Call the plug-in "bool LLDBPluginInitialize(void)" function in LoadPluginCallback() 116 // The initialize function returned FALSE which means the plug-in in LoadPluginCallback() 123 // Regardless of success or failure, cache the plug-in load in our in LoadPluginCallback() 124 // plug-in info so we don't try to load it again and again. in LoadPluginCallback() 174 // Call the plug-in "void LLDBPluginTerminate (void)" function if there is in Terminate() 1707 "Settings for dynamic loader plug-ins", in CreateSettingForDynamicLoaderPlugin() 1722 "Settings for platform plug-ins", properties_sp, in CreateSettingForPlatformPlugin() 1737 "Settings for process plug-ins", properties_sp, in CreateSettingForProcessPlugin() 1751 "Settings for symbol locator plug-ins", in CreateSettingForSymbolLocatorPlugin() 1759 "Settings for trace plug-ins", properties_sp, in CreateSettingForTracePlugin() [all …]
|
/freebsd/sys/isa/ |
H A D | isavar.h | 48 #define ISA_ORDER_PNPBIOS 10 /* plug-and-play BIOS inflexible hardware */ 51 #define ISA_ORDER_PNP 40 /* plug-and-play flexible hardware */ 73 * Plug and play cards can support a range of resource
|
H A D | isa_if.m | 34 # Add a Plug-and-play configuration to the device. Configurations with 63 # If the device is not plug-and-play compatible, this method returns
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 69 /// Allow DynamicLoader plug-ins to execute some code after 75 /// Allow DynamicLoader plug-ins to execute some code after 148 return "Dynamic loader plug-in that will load any images at the static " in GetPluginDescriptionStatic()
|
/freebsd/contrib/pnpinfo/ |
H A D | pnpinfo.8 | 38 .Nd "reports information about Plug-n-Play ISA devices" 43 reports information about Plug-n-Play ISA devices.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen_001_pos.ksh | 28 # 4. "Plug back" disk. 59 # 4. "Plug back" disk.
|
H A D | zpool_reopen_002_pos.ksh | 28 # 4. "Plug back" disk. 59 # 4. "Plug back" disk.
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | plugin.c | 189 /* On Windows, we only attempt to load .dll files as plug-ins. */ in is_valid_plugin_filename() 520 struct plug { struct 528 struct plug *pl = ptr; in plug_free() argument 551 struct plug *pl = heim_dict_copy_value(p->names, s->n); in search_modules() 558 pl = heim_alloc(sizeof(*pl), "struct-plug", plug_free); in search_modules() 582 struct plug *pl = value; in eval_results()
|