CN112905396B - Information display method, device and equipment and storage medium - Google Patents

Information display method, device and equipment and storage medium Download PDF

Info

Publication number
CN112905396B
CN112905396B CN201911133176.3A CN201911133176A CN112905396B CN 112905396 B CN112905396 B CN 112905396B CN 201911133176 A CN201911133176 A CN 201911133176A CN 112905396 B CN112905396 B CN 112905396B
Authority
CN
China
Prior art keywords
attribute
register
value
register value
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911133176.3A
Other languages
Chinese (zh)
Other versions
CN112905396A (en
Inventor
章琦杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Hikvision Digital Technology Co Ltd
Original Assignee
Hangzhou Hikvision Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Hikvision Digital Technology Co Ltd filed Critical Hangzhou Hikvision Digital Technology Co Ltd
Priority to CN201911133176.3A priority Critical patent/CN112905396B/en
Publication of CN112905396A publication Critical patent/CN112905396A/en
Application granted granted Critical
Publication of CN112905396B publication Critical patent/CN112905396B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2289Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by configuration test
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2268Logging of test results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides an information display method, an information display device, information display equipment and a storage medium, which can improve the debugging efficiency of a register. The information display method is applied to the electronic equipment and comprises the following steps: acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value; according to the set attribute-register value analysis rule corresponding to the register address, analyzing register values corresponding to N attributes from the register data; n is greater than or equal to 1; and judging whether the register value corresponding to each attribute meets the attribute condition corresponding to the attribute according to each attribute, and displaying a judging result.

Description

Information display method, device and equipment and storage medium
Technical Field
The present invention relates to the field of device debugging technologies, and in particular, to an information display method, an information display device, and a storage medium.
Background
Registers are high-speed memory components with a certain memory capacity that can be used to store instructions, data, addresses, etc. Registers are important for a device, such as may be embodied in: some hardware functions of the device bottom layer need to be implemented by means of registers. When a device becomes problematic, it is often necessary to rely on analyzing the register data stored in the registers to find the problem, i.e., debug the registers.
When a register is usually debugged, after the debug device reads the register data corresponding to the register address, only the read register data is displayed. It is necessary for the debugger to rely on experience to analyze the register data to locate the problem. However, if the debugger's experience is not sufficiently rich and is not familiar with many problems, it is difficult to quickly complete the analysis of the register data, resulting in inefficient debugging.
Disclosure of Invention
In view of this, the present invention provides an information display method, apparatus, device, and storage medium, which can improve the efficiency of debugging registers.
The first aspect of the present invention provides an information display method, applied to an electronic device, including:
acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value;
according to the set attribute-register value analysis rule corresponding to the register address, analyzing register values corresponding to N attributes from the register data; n is greater than or equal to 1;
and judging whether the register value corresponding to each attribute meets the attribute condition corresponding to the attribute according to each attribute, and displaying a judging result.
According to one embodiment of the invention, the attribute-register value parsing rule includes: data bit indication information corresponding to the attribute;
the parsing the register values corresponding to the N attributes from the register data includes:
and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
According to one embodiment of the invention, the attribute-register value parsing rule includes: register value processing mode and standard attribute value corresponding to the attribute;
the judging whether the register value corresponding to the attribute meets the attribute condition corresponding to the attribute comprises the following steps:
calculating the register value corresponding to the attribute according to the register value processing mode corresponding to the attribute to obtain the current attribute value corresponding to the attribute;
and comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute.
According to one embodiment of the present invention, if the judging result is that the register value corresponding to the attribute does not satisfy the attribute condition corresponding to the attribute, the displaying the judging result includes:
and displaying an abnormal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the abnormal mark indicates that the current attribute value is different from the standard attribute value.
According to one embodiment of the present invention, if the judging result is that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, the displaying judging result includes:
and displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
According to one embodiment of the invention, the method further comprises:
receiving a modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
and modifying the register value corresponding to the target attribute into a target register value carried in the modification instruction according to the modification instruction.
A second aspect of the present invention provides an information display apparatus applied to an electronic device, the apparatus comprising:
The register data acquisition module is used for acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value;
the register value analysis module is used for analyzing the register values corresponding to the N attributes from the register data according to the set attribute-register value analysis rule corresponding to the register address; n is greater than or equal to 1;
the judging and displaying module is used for judging whether the register value corresponding to each attribute meets the attribute condition corresponding to the attribute and displaying the judging result.
According to one embodiment of the invention, the attribute-register value parsing rule includes: data bit indication information corresponding to the attribute;
the register value analyzing module is specifically configured to, when analyzing register values corresponding to N attributes from the register data:
and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
According to one embodiment of the invention, the attribute-register value parsing rule includes: register value processing mode and standard attribute value corresponding to the attribute;
The judging and displaying module is specifically configured to, when judging whether the register value corresponding to the attribute meets the attribute condition corresponding to the attribute:
calculating the register value corresponding to the attribute according to the register value processing mode corresponding to the attribute to obtain the current attribute value corresponding to the attribute;
and comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute.
According to an embodiment of the present invention, if the judging and displaying module judges that the register value corresponding to the attribute does not satisfy the attribute condition corresponding to the attribute, the judging and displaying module is specifically configured to:
and displaying an abnormal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the abnormal mark indicates that the current attribute value is different from the standard attribute value.
According to an embodiment of the present invention, if the judging and displaying module judges that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, the judging and displaying module is specifically configured to:
And displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
According to one embodiment of the invention, the apparatus further comprises:
the instruction receiving module is used for receiving the modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
and the register value modifying module is used for modifying the register value corresponding to the target attribute into a target register value carried in the modifying instruction according to the modifying instruction.
A third aspect of the invention provides an electronic device comprising a processor and a memory; the memory stores a program that can be called by the processor; wherein the processor implements the information display method according to the foregoing embodiment when executing the program.
A fourth aspect of the present invention provides a machine-readable storage medium having stored thereon a program which, when executed by a processor, implements an information display method as described in the foregoing embodiments.
The embodiment of the invention has the following beneficial effects:
in the embodiment of the invention, when a register corresponding to a certain register address is required to be debugged, after the register data is acquired according to the register address, the register values corresponding to N attributes can be analyzed from the register data according to the attribute-register value analysis rule corresponding to the register address, whether the register value corresponding to each attribute meets the corresponding attribute condition is judged, and the judgment result is displayed, so that a debugger can directly determine whether the register data is correct or not and which register values in the register data are wrong when the judgment result is wrong, the analysis of the register data can be rapidly completed, and even a new hand without debugging experience can easily perform the debugging, and the debugging efficiency is improved.
Drawings
FIG. 1 is a flow chart of an information display method according to an embodiment of the invention;
FIG. 2 is a schematic diagram illustrating a connection relationship between an electronic device and a target device according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a display interface of an electronic device according to an embodiment of the invention;
FIG. 4 is a schematic diagram of performing a binary conversion on register data according to an embodiment of the present invention;
fig. 5 is a block diagram showing the structure of an information display device according to an embodiment of the present invention;
FIG. 6 is a schematic diagram of an attribute-register value resolution rule according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the invention. Rather, they are merely examples of apparatus and methods consistent with aspects of the invention as detailed in the accompanying claims.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any or all possible combinations of one or more of the associated listed items.
It should be understood that although the terms first, second, third, etc. may be used herein to describe various devices, these information should not be limited by these terms. These terms are only used to distinguish one device from another of the same type. For example, a first device could also be termed a second device, and, similarly, a second device could also be termed a first device, without departing from the scope of the present invention. The word "if" as used herein may be interpreted as "at … …" or "at … …" or "responsive to a determination", depending on the context.
The information display method of the embodiment of the invention can be applied to any occasion needing to carry out equipment debugging. For example, the method can be applied to development, test or maintenance of equipment, and registers in the equipment need to be debugged to analyze, locate and solve equipment problems.
The following describes the information display method according to the embodiment of the present invention in more detail, but the method is not limited thereto.
In one embodiment, referring to fig. 1, an information display method is applied to an electronic device, and the method includes the steps of:
s100: acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value;
S200: according to the set attribute-register value analysis rule corresponding to the register address, analyzing register values corresponding to N attributes from the register data; n is greater than or equal to 1;
s300: and judging whether the register value corresponding to each attribute meets the attribute condition corresponding to the attribute according to each attribute, and displaying a judging result.
The execution subject of the information display method of the embodiment of the invention is electronic equipment. The electronic device may be a debug enabled device, such as a computer device. The electronic device may implement the above steps S100-S300 by running a debugging program stored in the device.
The electronic device may debug a register on the target device. The target device is a device where the problem is currently required to be determined through debugging, and can be an embedded device, and the specific device type is not limited. The electronic device and the target device may be connected through a serial port or a communication interface such as an ethernet interface. The specific connection mode of the electronic device and the target device is not limited, as long as the communication between the electronic device and the target device can be realized.
Referring to fig. 2, the electronic device 500 may include a processor 510, a non-volatile memory 520, a communication interface 530, a memory 540, etc., and the debugging program may be permanently stored in the non-volatile memory, and when the execution is required, the processor 510 reads the debugging program into the memory 540 and invokes the debugging program in the memory 540 to implement steps S100-S300. The communication interface 530 of the electronic device 500 is connected to the communication interface 410 of the target device 400, and the processor 510 communicates with the target device 400 via the connection between the communication interface 530 and the communication interface 410, such as for example, transmission of instructions or register data.
In step S100, register data is obtained according to a register address of a register to be debugged, wherein the register data includes at least one register value.
The register to be debugged may be any register in the target device, as may be desired. The electronic device obtaining register data according to a register address of a register to be debugged may include: the register address of the register to be debugged is sent to the target equipment, so that the target equipment reads the register data from the register corresponding to the received register address and sends the register data to the electronic equipment; register data sent from the target device is received.
With continued reference to fig. 2, the operating system of the target device 400 may be divided into an application layer and a system layer according to functions, the application layer being responsible for interaction with the outside world, and the system layer being responsible for interaction with the underlying hardware. The application layer of the target device 400 may receive the register address sent by the electronic device 500 through the communication interface 410, find a register corresponding to the register address through the system layer, read the register data from the register, and then send the register data to the electronic device 500 through the communication interface 410 by the application layer.
The register data acquired by the electronic device may be binary data, hexadecimal data, or the like, depending on the target device. The number of register values contained in the register data depends on the number of bits of the register data, which depends on the number of bits of the register data and the number of bits of the register. The registers may be 32-bit registers, 64-bit registers, etc., and the specific number of bits is not limited.
For example, in the case where the number of bits of the register to be debugged is 32 bits, if the register data is binary data, 32 register values are included in the register data, and if the register data is hexadecimal data, 8 register values are included in the register data.
The register address may be entered or selected by a user, or may be determined by the electronic device in a certain address determination manner, and the specific manner is not limited.
Taking the register address as an example of input by a user, the user may input one or more register addresses at a time, for example, may input one register address interval at a time, and the electronic device needs to obtain the register data stored in the register corresponding to each register address in the register address interval.
Referring to the display interface shown in fig. 3, a user may input a register address interval 0x10000000-0x100000ff in a register address input area Z11 of the electronic device, and the electronic device may acquire register data according to each register address in the register address interval.
Optionally, the electronic device may also display the register address and the register data in the register address-data display area Z12. Fig. 3 only shows three register addresses in the register address interval 0x10000000-0x100000ff and register data on corresponding registers, respectively: register address 0x10000000 and register data c0b12123, register address 0x10000004 and register data 00000001, and register address 0x10000008 and register data 00000001.
In step S200, according to the set attribute-register value analysis rule corresponding to the register address, analyzing the register values corresponding to the N attributes from the register data; n is 1 or more.
The electronic device may be preset with a register rule base, where the register rule base includes different attribute-register value analysis rules, which are respectively used to analyze register data of different registers. The attributes in different rules may be the same or different, and the number of the attributes may be the same or different, which may be determined according to the attributes to be described in the corresponding register data.
A register rule base may be set for each type of device, avoiding the problem that when the register addresses of different types of devices are the same (typically the register data are different), it is impossible to distinguish which device's registers are. Of course, a register rule base may be provided for a plurality of types of devices as long as different devices can be distinguished.
The attribute-register value resolution rule corresponding to the register address, such as the attribute-register value resolution rule containing the register address, may be obtained from a register rule base according to the register address of the register to be debugged.
The register rule base may be presented in the form of a document, or a table, but may be in other forms, and the specific form is not limited. Taking a register rule base as a table as an example, an item where a register address is located can be found from the register rule base, and the found item is used as an attribute-register value analysis rule corresponding to the register address.
Of course, how to determine the attribute-register value analysis rule corresponding to the register address is not limited thereto, and may be determined as long as the corresponding relationship between the register address and the attribute-register value analysis rule is established.
The register data contains at least one register value, one register value may be used to describe an attribute, or a plurality of register values may be used to describe an attribute. For example, year may be described by register values at bits 1-12 in the register data and version number may be described by register values at bits 13-20 in the register data, although this is merely an example of an attribute.
The attribute-register value resolution rules may include: n attributes. Correspondingly, according to the attribute-register value analysis rule, the register values corresponding to the N attributes can be analyzed from the register data. Continuing with the year and version number as examples, assuming that the attribute-register value parsing rule includes two attributes, namely a year and a version number, then the register value corresponding to the year, for example, the register value on bits 1-12, and the register value corresponding to the version number, for example, the register value on bits 13-20, are to be parsed from the register data.
Of course, the attribute-register value analysis rule may also include other information, such as a standard attribute value (preset) corresponding to the attribute, and the like, which is not particularly limited thereto.
Optionally, before resolving the register values corresponding to the N attributes from the register data, the method further includes:
And when the current system of the register data is different from the target system, the target system is the system supported by the attribute-register value analysis rule, and the register data is converted from the current system to the target system.
Correspondingly, the register values corresponding to the N attributes can be resolved from the register data of the target system.
Optionally, the target system is binary. Assuming that the acquired register data is hexadecimal, it is necessary to convert the register data from hexadecimal to binary. After the binary conversion, the number of register values of the register data also changes correspondingly.
Of course, the acquired register data may be binary, octal, decimal, or the like. The target device can directly send the read register data to the electronic device; or the target device may perform certain binary conversion on the read register data and send the register data to the electronic device.
For example, referring to fig. 4, the binary register data of 1100 0000 1011 0001 0010 0001 0010 0011 is obtained by converting the binary of c0b12123 from hexadecimal to binary according to the register data of c0b12123 acquired by the register address 0x 10000000. The binary register data is respectively 1 st to 32 nd register values from right to left, and the register values are represented by bits [0-31 ]. That is, an 8-bit hexadecimal register data is converted into a 32-bit binary register data.
By combining the year and the version number, the register value corresponding to the year is resolved from the register data according to the attribute-register value resolving rule, for example, the register value on bit [0-11] is 0001 0010 0011; the register value corresponding to the version number is resolved according to the attribute-register value resolution rule, for example, the register value on bits 13-20, for example, the register value on bits 12-19 is 0001 0010.
Of course, when the current system of the register data is the same as the target system, the electronic device may not need to perform a number system conversion on the register data, and parse the register values corresponding to the N attributes from the acquired register data.
In step S300, for each attribute, it is determined whether the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute, and the determination result is displayed.
The attribute conditions corresponding to the N attributes are preset. Whether the register value corresponding to each attribute meets the attribute condition corresponding to the attribute can be judged, and the judging results are displayed on the electronic equipment.
For each attribute, the manner of determining whether the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute may be, for example, the following modes:
First, the attribute-register value analysis rule may include N standard register values corresponding to the attributes, and for each attribute, it may be determined whether the register value corresponding to the attribute is the same as the standard register value corresponding to the attribute, if so, the standard register value is satisfied, or else, the standard register value is not satisfied.
Second, the attribute-register value analysis rule may include N standard attribute values corresponding to the attributes, and for each attribute, a current attribute value corresponding to the attribute may be determined according to the register value corresponding to the attribute, and whether the current attribute value corresponding to the attribute is the same as the standard attribute value is determined, if so, the standard attribute value is satisfied, or else the standard attribute value is not satisfied.
Of course, the above two modes are merely examples and are not limiting. The second mode will be described in detail later, and will not be explained here.
After the judgment result of the register value corresponding to each attribute is displayed, a user can determine whether the register value corresponding to each attribute is correct or not according to the displayed judgment result, so that when the register value is wrong, the problem generated by the target equipment can be analyzed and positioned.
For convenience of further operation, other information such as register address, register data, etc. may be displayed together with the judgment result. With continued reference to fig. 3, on the register value analysis display area Z13, each register address, register data, and judgment result in the register section input by the user may be displayed in the form of a list.
In the embodiment of the invention, when a register corresponding to a certain register address is required to be debugged, after the register data is acquired according to the register address, the register values corresponding to N attributes can be analyzed from the register data according to the attribute-register value analysis rule corresponding to the register address, whether the register value corresponding to each attribute meets the corresponding attribute condition is judged, and the judgment result is displayed, so that a debugger can directly determine whether the register data is correct or not and which register values in the register data are wrong when the judgment result is wrong, the analysis of the register data can be rapidly completed, and even a new hand without debugging experience can easily perform the debugging, and the debugging efficiency is improved.
In one embodiment, the above method flow may be performed by the information display apparatus 100, and as shown in fig. 5, the information display apparatus 100 may include 3 modules: a register data acquisition module 101, a register value analysis module 102, and a judgment and display module 103. The register data obtaining module 101 is configured to execute the step S100, the register value analyzing module 102 is configured to execute the step S200, and the determining and displaying module 103 is configured to execute the step S300.
In one embodiment, the attribute-register value resolution rule includes: data bit indication information corresponding to the attribute;
in step S200, the parsing the register values corresponding to the N attributes from the register data may include the following steps:
s201: and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
The data bit indication information may indicate which bits of register values in the register data the attribute corresponds to. The data bit indication information corresponding to each attribute is different, and the number of data bits corresponding to the data bit indication information can be the same or different. For example, the number of data bits corresponding to one data bit indicating information is 10, and the number of data bits corresponding to the other data bit indicating information is 12, and the present invention is not limited thereto, and actually may be selected between the total number of bits of 1-register data.
For each attribute in the attribute-register value analysis rule, a register value on a data bit corresponding to the data bit indication information is searched from the register data, and the searched register value is determined to be the register value corresponding to the attribute.
Continuing to take the attribute as year as an example, referring to fig. 4, the data bit corresponding to the data bit indication information corresponding to the year is bit [0-11] which is bit 1-12, and the register value on bit [0-11] is 0001 0010 0011 determined from 1100 0000 1011 0001 0010 0001 0010 0011, and 0001 0010 0011 is determined as the register value corresponding to the year.
In one embodiment, the attribute-register value resolution rule includes: register value processing mode and standard attribute value corresponding to the attribute;
in step S300, the determining whether the register value corresponding to the attribute meets the attribute condition corresponding to the attribute may include the following steps:
s301: calculating the register value corresponding to the attribute according to the register value processing mode corresponding to the attribute to obtain the current attribute value corresponding to the attribute;
s302: and comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute.
In step S301, a current attribute value corresponding to the attribute is obtained by calculating a register value corresponding to the attribute according to a register value processing manner corresponding to the attribute.
The register value processing manner may include, for example: mathematical operation, logical operation, condition judgment, binary conversion and other processing modes. The logical operations may include, for example: "&" (logical AND), "||" (logical OR), etc. Mathematical operations may include, for example: "+" (addition), "-" (subtraction), "x" (multiplication), "/" (division), etc. The condition judgment includes, for example: "= =" (equal to), "+|! = "(not equal to). The binary conversion may include binary to decimal, binary to octal, and so on.
When the logical operation and the mathematical operation are performed on the numerical value, the register value corresponding to the attribute can be split into two parts for operation, for example, 110011 can be split into 110 parts and 011 parts for operation; or the register value corresponding to the attribute may be operated with a preset register value, for example 110011 may be operated with a preset 111111. When the value is subjected to condition judgment, the register value corresponding to the attribute can be compared with a preset register value, for example, whether the register value corresponding to the attribute is 1 is judged.
Of course, the register value processing method may be a combination of at least two of the above processing methods, and the specific processing method is not limited.
And processing the register value corresponding to the attribute according to a register value processing mode corresponding to the attribute in the attribute-register value analysis rule to obtain the current attribute value corresponding to the attribute.
For example, referring to fig. 4 and 6, in the attribute-register value parsing rule corresponding to the register address 0x10000000, there are two attributes, i.e., version number and year, respectively. The data bit corresponding to the version number indicates that the data bit corresponding to the information is bit [0-11] which is bit 1-12, the register value on bit [0-11] in the register data is 0001 0010 0011, the register value is processed in a way such as binary to decimal, the binary of 0001 0010 0011 is converted into decimal to obtain 291, namely the current attribute value corresponding to the version number is 291. The data bit corresponding to the data bit indication information of the year is 13-20 bits, namely bits [12-19], the register value of the register data on the bits [12-19] is 0001 0010, and the current attribute value corresponding to the year is 18 when the binary system of 0001 0010 is converted into decimal system to obtain 18.
In step S302, whether the current attribute value is consistent with the standard attribute value corresponding to the attribute is compared, if yes, it is determined that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if no, it is determined that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute.
The standard attribute value is the correct attribute value for the attribute, which can be determined at a pre-set time. The register value corresponding to the attribute can be determined whether the corresponding attribute condition is satisfied by measuring whether the current attribute value is consistent with the standard attribute value or not with reference to the standard attribute value.
If the current attribute value corresponding to the attribute is consistent with the standard attribute value, the current attribute value is correct, namely the register value corresponding to the attribute in the register data is also correct, and the register value corresponding to the attribute is determined to meet the attribute condition corresponding to the attribute.
If the current attribute value corresponding to the attribute is inconsistent with the standard attribute value, the current attribute value is wrong, namely the register value corresponding to the attribute in the register data is wrong, and the event related to the register in the target device is abnormal, and the register value corresponding to the attribute is determined to not meet the attribute condition corresponding to the attribute.
With continued reference to fig. 4 and 6, for example, in the attribute-register value analysis rule, the attribute condition corresponding to year is bit [12-19] = 19 (i.e. determine whether the current attribute value corresponding to year is equal to 19), 19 is the standard attribute value corresponding to year, and the current attribute value calculated according to the register value on bit [12-19] in the register data is 18, so that the current attribute value corresponding to year is inconsistent with the standard attribute value, it may be determined that the register value corresponding to year does not satisfy the attribute condition corresponding to year.
In another example, in the attribute-register value analysis rule, the attribute condition corresponding to the version number is bit [1-11] = 291 (i.e. whether the current attribute value corresponding to the version number is equal to 291 is determined), 291 is the standard attribute value corresponding to the version number, and the current attribute value calculated according to the register value on bit [1-11] in the register data is 291, so that the current attribute value corresponding to the version number is consistent with the standard attribute value, and it can be determined that the register value corresponding to the version number meets the attribute condition corresponding to the version number.
In one embodiment, in step S300, if the determination result is that the register value corresponding to the attribute does not satisfy the attribute condition corresponding to the attribute, the displaying the determination result includes:
and displaying an abnormal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the abnormal mark indicates that the current attribute value is different from the standard attribute value.
The exception flag indicates that the current attribute value is different from the standard attribute value, so that the exception flag is displayed, a debugger can be prompted that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute, so that the debugger can quickly respond, and a solution is taken as soon as possible.
The attribute and the standard attribute value corresponding to the attribute represent the information which should be described by the register value corresponding to the attribute, and if the exception mark is displayed at the same time, a debugger can quickly determine the data bit of the error register value and the correct register value according to the attribute and the standard attribute value.
Optionally, the exception flag, the attribute and the standard attribute value corresponding to the attribute may be displayed, and the current attribute value corresponding to the attribute may be displayed. The current attribute value is the information currently described by the register value corresponding to the attribute, and is provided for a debugger, so that the debugger can analyze the cause of the problem.
For example, referring to fig. 3, in the register value analysis display area Z3 in fig. 3, only one debug record corresponding to a register address is shown, specifically: the register address 0x10000000, the register data c0b12123, and the two determination results are "year 18 (19)", and "version number 291", respectively, wherein "year 18 (19)" indicates: the current attribute value for year is 18 and the standard attribute value for year is 19, so the register value for year does not satisfy the corresponding attribute condition.
Meanwhile, for "year 18 (19)", an abnormality flag may also be displayed. The abnormality flag may be a first color such as a red flag, for example, in the register value resolution display area Z3 of fig. 3, the background color of the cell where "year 18 (19)" is located may be set to red (not shown in fig. 3). Of course, the anomaly marks may also be in other mark forms, such as symbol marks (brackets added to 19 as described above may in fact also be used as anomaly marks), etc.
Alternatively, the attributes may be presented in a language recognizable to the user, such as chinese, english, etc. Attribute values may be presented in numbers, characters, etc., and may be specific to the attribute.
In one embodiment, in step S300, if the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute as a result of the determination, the displaying the determination result includes:
and displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
The normal mark indicates that the current attribute value is the same as the standard attribute value, so that the normal mark is displayed, a debugger can be prompted, the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, so that the debugger can confirm that the register has no abnormal condition and can be distinguished from the abnormal condition.
The attribute and the standard attribute value corresponding to the attribute represent the information which should be described by the register value corresponding to the attribute, if the normal mark is displayed at the same time, the standard attribute value is the information which is described currently by the register value corresponding to the attribute, in this case, the result of displaying the standard attribute value or the current attribute value is the same, and the situation is provided for the debugger, so that the debugger can confirm that the event related to the register is normal.
For example, with continued reference to fig. 3, in the register value resolution display area Z3 of fig. 3, "version number 291" indicates: the current attribute value and the standard attribute value corresponding to the version are the same and are 291, so the register value corresponding to the version number meets the corresponding attribute condition. 291 is both the standard attribute value corresponding to the version number and the current attribute value corresponding to the version number.
Meanwhile, for "version number 291", a normal flag may also be displayed. The abnormality flag may be a second color such as a green flag, for example, in the register value resolution display area Z3 of fig. 3, the background color of the cell where the "version number 291" is located may be set to green (not shown in fig. 3). Of course, the normal mark may be in other mark forms, and may be distinguished from the abnormal mark.
It will be appreciated that the year and version number related to the embodiments of the present invention are merely examples of attributes, and other attributes are also possible. The year and version number of which is not a limitation, and may be, for example, the release year of the software installed in the target device, the version number of the software, and the like.
In one embodiment, the method further comprises the steps of:
s400: receiving a modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
S500: and modifying the register value corresponding to the target attribute into a target register value carried in the modification instruction according to the modification instruction. The modification instruction may be user input or triggered. For example, with continued reference to FIG. 3, a "write" key may be displayed in the register value resolution display area Z3, and the user may trigger a modification instruction by clicking the "write" operation key.
According to the modification instruction, a register value corresponding to the target attribute in the register data, namely, a register value corresponding to an attribute of which the current attribute value is inconsistent with the standard attribute value, namely, an erroneous register value, can be modified.
The target register value may be carried in a modification instruction, and the register value corresponding to the target attribute is modified into the target register value carried in the modification instruction. And after the register values corresponding to all the target attributes in the register data are modified, obtaining correct register data.
The correct register data can be sent to the target device, and the target device is informed to write the correct register data into the register corresponding to the register address, so that the target device rewrites the register data in the register into the correct register data.
For example, register value 0001 0010 on bit 12-19 in register data 1100 0000 1011 0001 0010 0001 0010 0011 is modified to 0001 0011 to yield 1100 0000 1011 0001 0011 0001 0010 0011 as the correct register data.
Optionally, before sending the correct register data to the target device, the correct register data may be converted into the same system as the acquired register data, and then sent to the target device.
Referring to fig. 3, the user may fill correct register data in the register data cell corresponding to the register address 0x10000000 in the register value resolution display region Z3, and then click the "write" operation key. Thus, the modification instruction is triggered, and the modification instruction carries correct register data, including the target register value.
Optionally, when the modifying operation is completed and the externally triggered read instruction is received, the register data stored on the corresponding register may be obtained again according to the register address to determine whether the modifying operation is successful. For example, with continued reference to fig. 3, a "read" operation key may be displayed in the register value resolution display area Z3, and a user may trigger a read instruction by clicking the "read" key.
Optionally, after receiving the modification instruction, a target register value may be determined from the attribute-register value parsing rule according to the modification instruction, and the register value corresponding to the target attribute may be modified into the determined target register value. Wherein, determining the target register value according to the modification instruction and the attribute-register value parsing rule may include:
for each target attribute, determining a standard register value corresponding to the target attribute from the attribute-register value analysis rule, and determining the determined standard register value as the target register value corresponding to the target attribute.
It will be appreciated that the above described ways of overwriting register data are examples, and that there are, of course, other ways. For example, the associated software may be reloaded to effect automatic modification of the register data in the registers.
The present invention also provides an information display apparatus applied to an electronic device, referring to fig. 5, the information display apparatus 100 includes:
a register data obtaining module 101, configured to obtain register data according to a register address of a register to be debugged, where the register data includes at least one register value;
a register value analysis module 102, configured to analyze register values corresponding to N attributes from the register data according to a set attribute-register value analysis rule corresponding to the register address; n is greater than or equal to 1;
The judging and displaying module 103 is configured to judge, for each attribute, whether the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute, and display the judging result.
In one embodiment, the attribute-register value resolution rule includes: data bit indication information corresponding to the attribute;
the register value analyzing module is specifically configured to, when analyzing register values corresponding to N attributes from the register data:
and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
In one embodiment, the attribute-register value resolution rule includes: register value processing mode and standard attribute value corresponding to the attribute;
the judging and displaying module is specifically configured to, when judging whether the register value corresponding to the attribute meets the attribute condition corresponding to the attribute:
calculating the register value corresponding to the attribute according to the register value processing mode corresponding to the attribute to obtain the current attribute value corresponding to the attribute;
And comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute.
In one embodiment, if the judging and displaying module judges that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute, the judging and displaying module is specifically configured to:
and displaying an abnormal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the abnormal mark indicates that the current attribute value is different from the standard attribute value.
In one embodiment, if the judging and displaying module judges that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, the judging and displaying module is specifically configured to:
and displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
In one embodiment, the apparatus further comprises:
the instruction receiving module is used for receiving the modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
And the register value modifying module is used for modifying the register value corresponding to the target attribute into a target register value carried in the modifying instruction according to the modifying instruction.
The implementation process of the functions and roles of each unit in the above device is specifically shown in the implementation process of the corresponding steps in the above method, and will not be described herein again.
For the device embodiments, reference is made to the description of the method embodiments for the relevant points, since they essentially correspond to the method embodiments. The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements.
The invention also provides an electronic device, which comprises a processor and a memory; the memory stores a program that can be called by the processor; wherein the processor, when executing the program, implements the information display method as described in the foregoing embodiment.
The embodiment of the information display device can be applied to electronic equipment. Taking software implementation as an example, the device in a logic sense is formed by reading corresponding computer program instructions in a nonvolatile memory into a memory by a processor of an electronic device where the device is located for operation. In terms of hardware, as shown in fig. 2, fig. 2 shows a hardware structure diagram of an electronic device 500 where an information display apparatus is located, and in addition to the processor 510, the memory 540, the communication interface 530, and the nonvolatile memory 520 shown in fig. 2, the electronic device where the apparatus is located in the embodiment generally includes other hardware according to the actual function of the electronic collection device, which will not be described herein.
The present invention also provides a machine-readable storage medium having stored thereon a program which, when executed by a processor, implements the information display method according to any of the preceding embodiments.
The present invention may take the form of a computer program product embodied on one or more storage media (including, but not limited to, magnetic disk storage, CD-ROM, optical storage, etc.) having program code embodied therein. Machine-readable storage media include both permanent and non-permanent, removable and non-removable media, and information storage may be implemented by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of machine-readable storage media include, but are not limited to: phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, may be used to store information that may be accessed by the computing device.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather to enable any modification, equivalent replacement, improvement or the like to be made within the spirit and principles of the invention.

Claims (10)

1. An information display method, characterized in that it is applied to an electronic device, the method comprising:
acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value;
according to the set attribute-register value analysis rule corresponding to the register address, analyzing register values corresponding to N attributes from the register data; n is greater than or equal to 1; the attribute-register value resolution rule includes: register value processing mode and standard attribute value corresponding to the attribute;
for each attribute, calculating a register value corresponding to the attribute according to a register value processing mode corresponding to the attribute to obtain a current attribute value corresponding to the attribute;
comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute;
And if the judgment result shows that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute, displaying an abnormal mark, the attribute, a standard attribute value corresponding to the attribute and a current attribute value of the attribute, wherein the abnormal mark indicates that the current attribute value and the standard attribute value are different.
2. The information display method according to claim 1, wherein the attribute-register value analysis rule includes: data bit indication information corresponding to the attribute;
the parsing the register values corresponding to the N attributes from the register data includes:
and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
3. The information display method according to claim 1, wherein if the judgment result is that the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute, the display judgment result includes:
and displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
4. A method of displaying information according to any one of claims 1 to 3, wherein the method further comprises:
receiving a modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
and modifying the register value corresponding to the target attribute into a target register value carried in the modification instruction according to the modification instruction.
5. An information display apparatus, characterized by being applied to an electronic device, comprising:
the register data acquisition module is used for acquiring register data according to a register address of a register to be debugged, wherein the register data comprises at least one bit of register value;
the register value analysis module is used for analyzing the register values corresponding to the N attributes from the register data according to the set attribute-register value analysis rule corresponding to the register address; n is greater than or equal to 1; the attribute-register value resolution rule includes: register value processing mode and standard attribute value corresponding to the attribute;
the judging and displaying module is used for calculating the register value corresponding to each attribute according to the register value processing mode corresponding to the attribute to obtain the current attribute value corresponding to the attribute; comparing whether the current attribute value is consistent with the standard attribute value corresponding to the attribute, if so, determining that the register value corresponding to the attribute meets the attribute condition corresponding to the attribute, and if not, determining that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute; and if the judgment result shows that the register value corresponding to the attribute does not meet the attribute condition corresponding to the attribute, displaying an abnormal mark, the attribute, a standard attribute value corresponding to the attribute and a current attribute value of the attribute, wherein the abnormal mark indicates that the current attribute value and the standard attribute value are different.
6. The information display apparatus according to claim 5, wherein the attribute-register value analysis rule includes: data bit indication information corresponding to the attribute;
the register value analyzing module is specifically configured to, when analyzing register values corresponding to N attributes from the register data:
and for each attribute in the attribute-register value analysis rule, searching a register value on a data bit corresponding to the data bit indication information from the register data, and determining the searched register value as a register value corresponding to the attribute.
7. The information display apparatus according to claim 5, wherein the judging and displaying module is configured to, when the judging result is that the register value corresponding to the attribute satisfies the attribute condition corresponding to the attribute, display the judging result:
and displaying a normal mark, the attribute and a standard attribute value corresponding to the attribute, wherein the normal mark indicates that the current attribute value is the same as the standard attribute value.
8. An information display device according to any one of claims 5 to 7, characterized in that the device further comprises:
the instruction receiving module is used for receiving the modification instruction; the modifying instruction is used for indicating a register value corresponding to the modifying target attribute; the register value corresponding to the target attribute does not meet the attribute condition corresponding to the target attribute;
And the register value modifying module is used for modifying the register value corresponding to the target attribute into a target register value carried in the modifying instruction according to the modifying instruction.
9. An electronic device, comprising a processor and a memory; the memory stores a program that can be called by the processor; wherein the processor, when executing the program, implements the information display method according to any one of claims 1 to 4.
10. A machine readable storage medium having stored thereon a program which, when executed by a processor, implements the information display method according to any one of claims 1 to 4.
CN201911133176.3A 2019-11-19 2019-11-19 Information display method, device and equipment and storage medium Active CN112905396B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911133176.3A CN112905396B (en) 2019-11-19 2019-11-19 Information display method, device and equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911133176.3A CN112905396B (en) 2019-11-19 2019-11-19 Information display method, device and equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112905396A CN112905396A (en) 2021-06-04
CN112905396B true CN112905396B (en) 2023-08-25

Family

ID=76103292

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911133176.3A Active CN112905396B (en) 2019-11-19 2019-11-19 Information display method, device and equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112905396B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101131875A (en) * 2007-09-29 2008-02-27 北京中星微电子有限公司 Register testing method and system
CN101938566A (en) * 2010-09-10 2011-01-05 青岛海信移动通信技术股份有限公司 Visual terminal debugging method and device
CN102592680A (en) * 2011-01-12 2012-07-18 北京兆易创新科技有限公司 Restoration device and restoration method for storage chip
CN104932959A (en) * 2014-03-19 2015-09-23 刘远峰 Method and system for resolving running statuses of chip registers
CN105719702A (en) * 2016-01-26 2016-06-29 中国科学院微电子研究所 Improved memory error detection method and improved memory error detection device
CN109656767A (en) * 2018-12-21 2019-04-19 广东浪潮大数据研究有限公司 A kind of acquisition methods, system and the associated component of CPLD status information

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101131875A (en) * 2007-09-29 2008-02-27 北京中星微电子有限公司 Register testing method and system
CN101938566A (en) * 2010-09-10 2011-01-05 青岛海信移动通信技术股份有限公司 Visual terminal debugging method and device
CN102592680A (en) * 2011-01-12 2012-07-18 北京兆易创新科技有限公司 Restoration device and restoration method for storage chip
CN104932959A (en) * 2014-03-19 2015-09-23 刘远峰 Method and system for resolving running statuses of chip registers
CN105719702A (en) * 2016-01-26 2016-06-29 中国科学院微电子研究所 Improved memory error detection method and improved memory error detection device
CN109656767A (en) * 2018-12-21 2019-04-19 广东浪潮大数据研究有限公司 A kind of acquisition methods, system and the associated component of CPLD status information

Also Published As

Publication number Publication date
CN112905396A (en) 2021-06-04

Similar Documents

Publication Publication Date Title
US9317400B2 (en) Code coverage rate determination method and system
US6247146B1 (en) Method for verifying branch trace history buffer information
US20100251160A1 (en) Measurement and reporting of performance event rates
JP4533682B2 (en) Trace analysis apparatus and trace analysis method
US6173395B1 (en) Mechanism to determine actual code execution flow in a computer
WO2019159397A1 (en) Software visualization device, software visualization method, and software visualization program
CN111158741A (en) Method and device for monitoring change of dependency relationship of business module on third-party class library
KR101979329B1 (en) Method and apparatus for tracking security vulnerable input data of executable binaries thereof
CN109271315B (en) Script code detection method, script code detection device, computer equipment and storage medium
CN112925524A (en) Method and device for detecting unsafe direct memory access in driver
US20080010536A1 (en) Breakpoints with Separate Conditions
US20050216897A1 (en) Converter, automation device with a converter, and a development environment having an automation device with converter
CN112905396B (en) Information display method, device and equipment and storage medium
US20070226471A1 (en) Data processing apparatus
US11422916B2 (en) Usage amount monitoring method and monitoring unit of electronic control unit for vehicle
US9165007B2 (en) Log message optimization to ignore or identify redundant log messages
CN113868137A (en) Method, device and system for processing buried point data and server
JP2014041390A (en) Design and development support system
CN111752737A (en) Log storage method, electronic device and storage medium
US10140476B2 (en) Tracing processing activity
JP2008262473A (en) Equipment maintenance management system
WO2009093220A2 (en) Sal debugging
CN111966514A (en) Exception handling method, exception handling system, electronic equipment and storage medium
CN112667514A (en) Debugging method and debugging device for microprogram
EP2608057A1 (en) Computer-implemented system for analyzing an instance of a process

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant