CN102880457A - Method and equipment for processing data - Google Patents

Method and equipment for processing data Download PDF

Info

Publication number
CN102880457A
CN102880457A CN2012102866885A CN201210286688A CN102880457A CN 102880457 A CN102880457 A CN 102880457A CN 2012102866885 A CN2012102866885 A CN 2012102866885A CN 201210286688 A CN201210286688 A CN 201210286688A CN 102880457 A CN102880457 A CN 102880457A
Authority
CN
China
Prior art keywords
data
module
script file
code
obtaining
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.)
Granted
Application number
CN2012102866885A
Other languages
Chinese (zh)
Other versions
CN102880457B (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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201210286688.5A priority Critical patent/CN102880457B/en
Publication of CN102880457A publication Critical patent/CN102880457A/en
Priority to PCT/CN2013/077895 priority patent/WO2013178115A1/en
Application granted granted Critical
Publication of CN102880457B publication Critical patent/CN102880457B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a debugging analysis technology, in particular to a method and equipment for processing data, and aims to solve the problems that an operating result of modified codes cannot be quickly shown due to high time consumption in the complicated process of re-correcting, compiling and operating the codes because the operating codes are required to be modified during changing of analysis data, an output analysis result or an output analysis result format in the prior art. The method for processing the data provided by the embodiment of the invention comprises the following steps of: determining a script file for processing the data; and processing the acquired data in a module through the determined script file. By the embodiment of the invention, a result showing process is simplified, and the operating result of a modified script is quickly shown.

Description

A kind of method and apparatus that data are processed
Technical field
The present invention relates to the Commissioning Analysis technology, particularly a kind of method and apparatus that data are processed.
Background technology
At system in case of system halt, when namely system moves not according to normal logic function, in order to obtain the reason of system in case of system halt, need to obtain the data in the module in the system, to data analysis, and analysis result exported.
In the prior art, realize by operation code: the data in the acquisition module, to the data analysis that obtains, and with the formatted output of analysis result according to setting.
If need to change the processing mode (form that namely changes the content of analysis and/or need to change the analysis result of output and/or need the analysis result of change output) to data, all need to revise first code, recompilate again, and then move amended code.
Change the content of analyzing such as needs, namely the code of operation is that the A in the data is partly analyzed before, in the time of need to partly analyzing the B in the data now, needs to revise the code of operation, and need to recompilate and move amended code; Change the analysis result of output such as needs, the code of operation is to realize exporting the A in the data is partly analyzed analysis result afterwards namely, when now not needing to export the analysis result of the A part in the data, need to revise the code of operation, and need to recompilate and move amended code; Change the form of the analysis result of output such as needs, the code of operation is that the analysis result of realizing output separates with the space namely, now do not need the analysis result of output is separated with the space, need to revise the code of operation, and need to recompilate and move amended code.
In sum, by operation code data are processed at present, if need the processing mode of Update Table, then need to remodify, compile and move corresponding code, so that process is more loaded down with trivial details, need to expend long time, can not represent fast the operation result of amended code.
Summary of the invention
A kind of method and apparatus that data are processed that the embodiment of the invention provides, expend time in when needing to change the form of data, the analysis result that changes output of analyzing or the analysis result that changes output in order to solve in the prior art, can not represent fast the problem of the operation result of amended code.
A kind of method that data are processed that the embodiment of the invention provides comprises:
Determine the script file of deal with data;
By the script file of determining the data in the module of obtaining are processed.
A kind of equipment that data are processed that the embodiment of the invention provides comprises:
Determination module is for the script file of determining deal with data;
Processing module is used for by the script file determined the data of the module obtained being processed.
In embodiments of the present invention, determine the script file of deal with data; By the script file of determining the data in the module of obtaining are processed.Because when needing to change the form of data, the analysis result that changes output of analyzing or the analysis result that changes output, only need to revise the part command statement in the script, do not need to revise code, just do not need to recompilate and the amended code of operation yet, and amended script can move and represent the result immediately, thereby realized simplifying the process that represents the result, represented fast the operation result of amended script.
Description of drawings
Fig. 1 is the method flow schematic diagram that the embodiment of the invention is processed data;
Fig. 2 is the embodiment of the invention realizes alternately carrying out script file and code by breakpoint is set in obtaining data code schematic flow sheet;
Fig. 3 is the method detailed schematic flow sheet that the embodiment of the invention is processed data;
Fig. 4 is the device structure schematic diagram that the embodiment of the invention is processed data.
Embodiment
The embodiment of the invention is determined the script file of deal with data; By the script file of determining the data in the module of obtaining are processed.Because when needing to change the form of data, the analysis result that changes output of analyzing or the analysis result that changes output, only need to revise the part command statement in the script, do not need to revise code, just do not need to recompilate and the amended code of operation yet, and amended script can move and represent the result immediately, thereby realized simplifying the process that represents the result, represented fast the operation result of amended script.
Wherein, the module of the embodiment of the invention has following two characteristics:
1, module-external is not known the data structure of inside modules;
2, module-external can only obtain by the external interface that the run time version calling module provides the data in the module.
Below in conjunction with Figure of description the embodiment of the invention is described in further detail.
As shown in Figure 1, the embodiment of the invention method that data are processed comprises the following steps:
Step 101, determine the script file of deal with data;
Step 102, by the script file of determining the data in the module of obtaining are processed.
Preferably, before by the script file of determining the data in the module of obtaining being processed, also comprise:
Obtain data in the data code acquisition module by execution.
Wherein, obtain before the data in the data code acquisition module by execution, obtain the address that data code obtains storing data in the module of obtaining by execution, then determine and preserve the address that obtains by carrying out script file;
Accordingly, in the step 102, by carrying out script file, from the address of determining, obtain data, and the data that obtain are processed.
Preferably, direct data in the acquisition module, also can be by the data in the replication module, obtain the duplicate of the data in the module, the present invention is introduced with the data instance in the direct acquisition module, by the data in the replication module, the embodiment that obtains the embodiment of duplicate of the data in the module and the embodiment of the invention is similar, does not repeat them here.
Wherein, can by the data in the replication module, obtain the duplicate of the data in the module; Also can obtain by other modes of module compatibility the duplicate of the data in the module.
Wherein, when obtaining data in the data code acquisition module by execution, can one time after all data in the acquisition module, data are processed; Also the each partial data in the acquisition module after obtaining a secondary data, is just processed data.The below is introduced respectively two kinds of situations.
After all data in situation one, the acquisition module, data are processed;
Obtain the data code definition by execution and store the global variable of data in the module of obtaining and the address that obtains described global variable;
Determine and preserve the address of the global variable that obtains by carrying out script file;
Obtain all data in the data code acquisition module by execution, and carry out all data that to obtain and be stored in the address of the global variable that obtains;
By carrying out script file, from the address of determining, obtain data, and the data that obtain are processed.
Partial data in situation two, the each acquisition module after obtaining a secondary data, just processes comprising the following steps: to data
S1, obtain the local variable of data in the module that data code definition storage obtains and the address that obtains described local variable by execution;
S2, the address of determining and preserving the local variable that obtains by carrying out script file;
S3, obtain partial data in the data code acquisition module by execution, and carry out the partial data that obtains is stored in the address of the local variable that obtains;
S4, by carrying out script file, from the address of determining, obtain data, and the data that obtain processed;
S5, obtain in the data code judge module by execution and whether also to have the data that need to obtain, if exist, execution in step S3 then; Otherwise, finish data are processed.
Because when not having the data that to obtain in the module, module meeting return messages, indication finishes data are processed, so after by the script file of determining the data in the module of obtaining being processed, obtain whether return messages of data code judge module by execution, if so, then do not have the data that to obtain in the determination module, otherwise, have the data that need to obtain in the determination module.
In the situation two, owing to the partial data in each the acquisition module, thereby can reduce data cached capacity.
Preferably, in the situation two, the data in the module of obtaining by local variable storage can be determined the size of memory headroom as required flexibly, have saved memory headroom.
Preferably, the data in the module of obtaining are processed, being comprised:
By the script file determined to the data analysis in the module of obtaining after, the output analysis result; Or
Data in the module of obtaining by the script file output of determining, and to the data analysis of output.
Preferably, can analyze first the data in the module of obtaining, again output; Can not analyze, directly output; Can to the advanced line output of the data in the module of obtaining, analyze again; Also can analyze, not export, particularly, can arrange as required.
The embodiment of the invention can arrange breakpoint by carrying out script file in obtaining data code, realize alternately carrying out script file and code.
The below is introduced as an example of situation two example, and the embodiment of the embodiment of situation one and situation two is similar, does not repeat them here.
As shown in Figure 2, in obtaining data code, be provided with three breakpoints by carrying out script file, in Fig. 2, a marginal side is to carry out to obtain data code, marginal opposite side is to carry out script file, and the process that script file and code are alternately carried out in three breakpoints realizations that utilization arranges is as follows:
201, obtain the address that data code obtains storing data in the module of obtaining by execution;
When 202, carrying out to the first breakpoint place of obtaining in the data code, stop to carry out and obtain data code, begin to carry out script file;
203, by the address that the execution script file is determined and preservation obtains, and stop to carry out script file, begin to carry out and obtain data code;
204, obtain partial data in the external interface acquisition module of data code calling module by execution;
When 205, carrying out to the second breakpoint place of obtaining in the data code, stop to carry out and obtain data code, begin to carry out script file;
206, by carrying out script file, from the address of determining, obtain data, the data in the module of obtaining are processed, and stopped to carry out script file, begin to carry out and obtain data code;
207, judge module return messages whether, if so, then execution in step 208, otherwise, execution in step 204;
208, there are not the data that to obtain in the determination module;
When 209, carrying out to the 3rd breakpoint place that obtains in the data code, stop to carry out and obtain data code, begin to carry out script file;
210, by carrying out script file, determine to finish to carry out to obtain data code.
Preferably, realized determining and preserving the address of the local variable that obtains by the first breakpoint that arranges; Realized from the address of determining, obtaining data by the second breakpoint that arranges, and the data that obtain have been processed; Realized that by the 3rd breakpoint that arranges determining to obtain data code finishes to carry out.
Preferably, the embodiment of the invention particularly, can arrange a breakpoint three breakpoints to be set as example is introduced in obtaining data code, and four breakpoints also can be set, and specifically can decide as required.
Preferably, the main body that data are processed can be processor, can be simulator, also can be any equipment that can carry out script and code.
The below is the batch processing language that the trace32 debugger is supported take script file as trace32 practice(practice) script file is as example, the solution of the present invention described in detail.
As shown in Figure 3, the embodiment of the invention method detailed that data are processed comprises the following steps:
Step 301, determine to obtain the code of data and the script file of deal with data;
Step 302, by carrying out trace32 practice script file three breakpoints are set in obtaining the code of data, and carry out the information that in trace32 practice script file, is kept at three breakpoints that arrange in the code; And stop to carry out trace32 practice script file, begin to carry out the code that obtains data;
Preferably, be the entry address that obtains the code of data by the PC value is set, realize stopping to carry out trace32 practice script file, begin to carry out the code that obtains data.
The Trace32 debugger is by the special Bach of Lauterbach(Germany labor) a emulation testing instrument developed of company, has full modularization, modular construction, can support JTAG(combined testing action group) and the BDM(background debug mode) interface and all CPU(central processing units), the functions such as software analysis, port analysis, wave form analysis and software test can be provided.The Trace32 debugger provides practice script function, can carry out Script Programming, debugging and handling procedure variable and order.Utilize the practice script, can easily process data.
The script file that the embodiment of the invention will provide take the Trace32 debugger describes as example, and other script files that supported data is processed are applicable to the present invention on an equal basis.
Preferably, can three breakpoints be set by carrying out the trace32practice script file in obtaining the code of data, can two breakpoints be set by carrying out the trace32practice script file in obtaining the code of data, also can four breakpoints be set by carrying out the trace32practice script file in obtaining the code of data, particularly, can determine as required, the embodiment of the invention is introduced as example so that three breakpoints to be set, and the embodiment of other situations and the embodiment of the embodiment of the invention are similar.
Preferably, can breakpoint is set in obtaining the code of data realize cycle alternation run time version and script by carrying out the trace32practice script file, realizing obtaining the data in the module, and the data in the module that obtains be processed.
Preferably, also comprise before three breakpoints are set in obtaining the code of data by carrying out the trace32practice script file:
Obtain the code of data by execution and determine address, three places.
In the implementation, address, the first place is the entry address of code; Address, the second place is next Codabar code capable address of the local variable of the data in the memory module after stacked; Address, the 3rd place is the capable address of next Codabar code of the data in the acquisition module.
Preferably, address, the second place can be next Codabar code capable address of the local variable of the data in the memory module after stacked, can be the lower two Codabar codes capable address of the local variable of the data in the memory module after stacked, also can be the lower three Codabar codes capable address of the local variable of the data in the memory module after stacked, particularly, can for local variable stacked after, and the Data Update in the module of storing in the local variable before the capable address of any Codabar code.
Preferably, after the local variable of definition is stacked, can obtain the memory address of local variable, i.e. the address of the data in the memory module.
Preferably, obtain the definite address, three places of code of data according to execution, by carrying out the trace32practice script file three breakpoints be set in obtaining the code of data:
The place arranges first breakpoint in address, the first place, and the place arranges second breakpoint in address, the second place, and at place, address, the 3rd place the 3rd breakpoint is set.
Step 303, the code that obtains data by execution obtain storing the address of data in the module of obtaining;
Preferably, can by carrying out the order of update routine counter PC value in the script file, stop to carry out script file, and begin to carry out the code that obtains data.
Preferably, the code that obtains data by execution also comprises before obtaining storing the address of data in the module of obtaining:
The code of data is obtained in execution, is arranged on according under the data cases that does not exist needs to obtain in the module return messages determination module, and the return address of code is the address at the first breakpoint place.
Step 304, when carrying out to second breakpoint place in the code that obtains data, stop to carry out the code that obtains data, begin to carry out script file;
Preferably, in the script wait! The run order is activated, and control stops to carry out the code that obtains data, begins to carry out script file.
Step 305, execution script file judge whether the current PC value equals to obtain second address that the breakpoint place is corresponding that arranges in the code of data, if equate, then execution in step 307; Otherwise then execution in step 306;
Step 306, carry out script file and judge whether the current PC value equals to obtain address corresponding to first breakpoint place that arranges in the code of data, if equal, process ends then; Otherwise, execution in step 312;
Step 307, the address that definite by the execution script file and preservation arranges, and stop to carry out script file, begin to carry out the code that obtains data;
Preferably, the go order in the script is activated, and control stops to carry out script file, begins to carry out the code that obtains data.
Step 308, obtain the partial data in the external interface acquisition module of code call module of data by execution;
Preferably, the code that obtains data by execution substitutes the data in the module of original storage in the local variable of the data in the memory module with the partial data in the module of obtaining.
Step 309, when carrying out to the 3rd breakpoint place in the code that obtains data, stop to carry out the code that obtains data, begin to carry out script file;
Step 310, execution script file judge whether the current PC value equals to obtain address corresponding to the 3rd breakpoint place that arranges in the code of data, if equate, then execution in step 312; Otherwise then execution in step 311;
Step 311, carry out script file and judge whether the current PC value equals to obtain address corresponding to first breakpoint place that arranges in the code of data, if equal, process ends then; Otherwise, execution in step 307;
Step 312, by carrying out script file, from the address of determining, obtain data;
Step 313, by carrying out script file the data in the module of obtaining are processed, after the data in handling the module of obtaining, stopped to carry out script file, begin to carry out the code that obtains data;
Preferably, the data in the module of obtaining processed comprised some or all of in the following situation:
Data in the module that analysis is obtained, output is to the analysis result behind the data analysis in the module of obtaining.
Preferably, the analysis result to behind the data analysis in the module of obtaining of output can be saved in the file.
Whether also there are the data that to obtain in step 314, the judge module, if exist, then return step 308; Otherwise, execution in step 315;
Preferably, when not having the data that need to obtain in the module, the code that the rreturn value that the external interface of module provides can make calling interface obtain data turns back to first breakpoint place, and the EOC operation of data is obtained in control.
Preferably, when not having the data that to obtain in the module, it is empty that the external interface of module provides rreturn value, when the code that obtains data is carried out dummy statement, obtain in the code determination module of data and do not have the data that to obtain, and turn back to the first breakpoint place according to the return address that sets in advance.
Step 315, execution turn back to first breakpoint place of the code that obtains data, stop to carry out the code that obtains data, begin to carry out script file;
Step 316, carry out script file and judge whether the current PC value equals to obtain address corresponding to first breakpoint place that arranges in the code of data, if equal, process ends then; Otherwise, execution in step 317;
Step 317, execution script file judge whether the current PC value equals to obtain second address that the breakpoint place is corresponding that arranges in the code of data, if equate, then execution in step 307; Otherwise, execution in step 312.
Preferably, in the embodiment of the invention by in the script wait! The run order is controlled the code of alternately carrying out script file and obtaining data with the go order.
Based on same inventive concept, a kind of equipment that data are processed also is provided in the embodiment of the invention, because the principle that this equipment is dealt with problems is similar to the method for the embodiment of the invention, so the enforcement of this equipment can referring to the enforcement of method, repeat part and repeat no more.
Fig. 4 is the device structure schematic diagram that the embodiment of the invention is processed data, and as shown in the figure, the equipment that data are processed of the embodiment of the invention comprises:
Determination module 401 is for the script file of determining deal with data;
Processing module 402 is used for by the script file determined the data of the module obtained being processed.
Preferably, processing module 402 also is used for:
Obtain data in the data code acquisition module by execution.
Preferably, the partial data in the acquisition module;
Processing module 402 also is used for:
Whether also there are the data that to obtain in the judge module, if exist, then return the step of obtaining the data in the data code acquisition module by execution; Otherwise, finish data are processed.
Preferably, processing module 402 specifically is used for:
Obtain the address that data code obtains storing data in the module of obtaining by execution; Determine the address that obtains by carrying out script file; By carrying out script file, from the address of determining, obtain data, and the data that obtain are processed.
Preferably, processing module 402 specifically is used for:
By the script file determined to the data analysis in the module of obtaining after, the output analysis result; Or the data in the module of obtaining by the script file output of determining, and to the data analysis of output.
The present invention is that reference is described according to process flow diagram and/or the block scheme of method, equipment (system) and the computer program of the embodiment of the invention.Should understand can be by the flow process in each flow process in computer program instructions realization flow figure and/or the block scheme and/or square frame and process flow diagram and/or the block scheme and/or the combination of square frame.Can provide these computer program instructions to the processor of multi-purpose computer, special purpose computer, Embedded Processor or other programmable data processing device producing a machine, so that the instruction of carrying out by the processor of computing machine or other programmable data processing device produces the device that is used for realizing in the function of flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame appointments.
These computer program instructions also can be stored in energy vectoring computer or the computer-readable memory of other programmable data processing device with ad hoc fashion work, so that the instruction that is stored in this computer-readable memory produces the manufacture that comprises command device, this command device is realized the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame.
These computer program instructions also can be loaded on computing machine or other programmable data processing device, so that carry out the sequence of operations step producing computer implemented processing at computing machine or other programmable devices, thereby be provided for realizing the step of the function of appointment in flow process of process flow diagram or a plurality of flow process and/or square frame of block scheme or a plurality of square frame in the instruction that computing machine or other programmable devices are carried out.
Although described the preferred embodiments of the present invention, in a single day those skilled in the art get the basic creative concept of cicada, then can make other change and modification to these embodiment.So claims are intended to all changes and the modification that are interpreted as comprising preferred embodiment and fall into the scope of the invention.
Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. the method that data are processed is characterized in that, the method comprises:
Determine the script file of deal with data;
By the script file of determining the data in the module of obtaining are processed.
2. the method for claim 1 is characterized in that, before by the script file of determining the data in the module of obtaining being processed, also comprises:
Obtain data in the data code acquisition module by execution.
3. method as claimed in claim 2 is characterized in that, the data in the acquisition module specifically comprise: the partial data in the acquisition module;
Described by the script file of determining the data in the module of obtaining are processed after, also comprise:
After the data that in determination module, need to obtain in addition, return and continue to carry out the step of obtaining the data in the data code acquisition module by execution.
4. the method for claim 1 is characterized in that, obtains before the data in the data code acquisition module by execution, also comprises:
Obtain the address that data code obtains storing data in the module of obtaining by execution;
Determine the described address that obtains by carrying out described script file;
By the script file of determining the data in the module of obtaining are processed, being comprised:
By carrying out described script file, from the described address of determining, obtain data, and the data that obtain are processed.
5. such as the arbitrary described method of claim 1~4, it is characterized in that, the data in the module of obtaining processed, comprising:
By the script file determined to the data analysis in the module of obtaining after, the output analysis result; Or
Data in the module of obtaining by the script file output of determining, and to the data analysis of output.
6. the equipment that data are processed is characterized in that, this equipment comprises:
Determination module is for the script file of determining deal with data;
Processing module is used for by the script file determined the data of the module obtained being processed.
7. equipment as claimed in claim 6 is characterized in that, described processing module also is used for:
Obtain data in the data code acquisition module by execution.
8. equipment as claimed in claim 7 is characterized in that, the partial data in the acquisition module;
Described processing module also is used for:
After the data that in determination module, need to obtain in addition, return and continue to carry out the step of obtaining the data in the data code acquisition module by execution.
9. equipment as claimed in claim 6 is characterized in that, described processing module specifically is used for:
Obtain the address that data code obtains storing data in the module of obtaining by execution; Determine the described address that obtains by carrying out described script file; By carrying out described script file, from the described address of determining, obtain data, and the data that obtain are processed.
10. such as the arbitrary described equipment of claim 6~9, it is characterized in that, described processing module specifically is used for:
By the script file determined to the data analysis in the module of obtaining after, the output analysis result; Or the data in the module of obtaining by the script file output of determining, and to the data analysis of output.
CN201210286688.5A 2012-08-13 2012-08-13 A kind of method and apparatus that data are handled Active CN102880457B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201210286688.5A CN102880457B (en) 2012-08-13 2012-08-13 A kind of method and apparatus that data are handled
PCT/CN2013/077895 WO2013178115A1 (en) 2012-08-13 2013-06-25 Data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210286688.5A CN102880457B (en) 2012-08-13 2012-08-13 A kind of method and apparatus that data are handled

Publications (2)

Publication Number Publication Date
CN102880457A true CN102880457A (en) 2013-01-16
CN102880457B CN102880457B (en) 2018-08-10

Family

ID=47481796

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210286688.5A Active CN102880457B (en) 2012-08-13 2012-08-13 A kind of method and apparatus that data are handled

Country Status (2)

Country Link
CN (1) CN102880457B (en)
WO (1) WO2013178115A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013178115A1 (en) * 2012-08-13 2013-12-05 中兴通讯股份有限公司 Data processing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1936861A (en) * 2005-09-23 2007-03-28 明基电通股份有限公司 Programe execution tracing method and system and memory medium capable of reading by computer
CN101241444A (en) * 2008-02-21 2008-08-13 上海交通大学 Debugging method for dynamic binary translation
CN101876935A (en) * 2009-11-24 2010-11-03 中国北车股份有限公司大连电力牵引研发中心 Debugging program monitoring method and device
CN102609356A (en) * 2012-01-19 2012-07-25 福建升腾资讯有限公司 Terminal product driver loading stability testing method
CN102609472A (en) * 2012-01-18 2012-07-25 深圳市同洲视讯传媒有限公司 Method and system for implementing performance test of distributed database system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004362442A (en) * 2003-06-06 2004-12-24 Nippon Steel Corp Automatic program generation device, automatic program generation method, computer program and computer readable recording medium
CN102880457B (en) * 2012-08-13 2018-08-10 南京中兴新软件有限责任公司 A kind of method and apparatus that data are handled

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1936861A (en) * 2005-09-23 2007-03-28 明基电通股份有限公司 Programe execution tracing method and system and memory medium capable of reading by computer
CN101241444A (en) * 2008-02-21 2008-08-13 上海交通大学 Debugging method for dynamic binary translation
CN101876935A (en) * 2009-11-24 2010-11-03 中国北车股份有限公司大连电力牵引研发中心 Debugging program monitoring method and device
CN102609472A (en) * 2012-01-18 2012-07-25 深圳市同洲视讯传媒有限公司 Method and system for implementing performance test of distributed database system
CN102609356A (en) * 2012-01-19 2012-07-25 福建升腾资讯有限公司 Terminal product driver loading stability testing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
胡云鹏: ""面向IPTV的分布式文件系统仿真软件的设计与实现"", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013178115A1 (en) * 2012-08-13 2013-12-05 中兴通讯股份有限公司 Data processing method and device

Also Published As

Publication number Publication date
WO2013178115A1 (en) 2013-12-05
CN102880457B (en) 2018-08-10

Similar Documents

Publication Publication Date Title
CN107273286B (en) Scene automatic test platform and method for task application
US9946628B2 (en) Embedding and executing trace functions in code to gather trace data
US8984349B2 (en) Method and system for automating the process of testing a device
CN102063286B (en) Program flow controls
US8752020B2 (en) System and process for debugging object-oriented programming code leveraging runtime metadata
CN104050080B (en) User space debugs the method and system of linux kernel
CN105930186B (en) The method for loading software of multi -CPU and software loading apparatus based on multi -CPU
CN103955371B (en) Method is designed and developed to the general clas s library that serial ports instrument carries out data acquisition
CN113688037A (en) Nuclear power plant instrument control system software configuration debugging and packaging integrated method
CN105204837B (en) Method and device for realizing logic programming
CN102063367B (en) Off-line analysis method and device aiming at computer crash program
CN111966760A (en) Hive data warehouse-based test data generation method and device
CN107015840B (en) Quick execution method and quick execution system of resolver
CN106293687A (en) The control method of a kind of flow process of packing, and device
CN102331961B (en) Method, system and dispatcher for simulating multiple processors in parallel
CN109284222B (en) Software unit, project testing method, device and equipment in data processing system
CN111176663B (en) Data processing method, device, equipment and storage medium of application program
CN102722382A (en) Method for loading table entries in simulation process and simulation device
CN104866345A (en) Storage method of executable code under ARMv7m architecture
CN102880457A (en) Method and equipment for processing data
CN113609066B (en) Multi-core RISCV-CPU simulator based on Rust
CN109542827A (en) General purpose simulation, system and medium based on model
CN102750167B (en) Application program launching method, device and computer system
CN112740187A (en) Method and system for debugging program
EP2634693A1 (en) Method and apparatus for interacting with runnung software

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180425

Address after: 210012 No. 68 Bauhinia Road, Yuhuatai District, Jiangsu, Nanjing

Applicant after: Nanjing Zhongxing New Software Co., Ltd.

Address before: 518057 Nanshan District high tech Industrial Park, Shenzhen, Guangdong, Ministry of justice, Zhongxing Road, South China road.

Applicant before: ZTE Corporation

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191118

Address after: 518057 Nanshan District science and technology, Guangdong Province, South Road, No. 55, No.

Patentee after: ZTE Communications Co., Ltd.

Address before: Yuhuatai District of Nanjing City, Jiangsu province 210012 Bauhinia Road No. 68

Patentee before: Nanjing Zhongxing New Software Co., Ltd.